Skip to content

Commit 025dbcb

Browse files
committed
dev-libs/libverto: Sync with Gentoo
It's from Gentoo commit 4d7a3ab7554f0c952c64f15f42b42d45dd6426a7.
1 parent 4c6211a commit 025dbcb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk_container/src/third_party/portage-stable/dev-libs/libverto/libverto-0.3.2.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2022 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
1111

1212
LICENSE="MIT"
1313
SLOT="0"
14-
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
14+
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
1515
IUSE="glib +libev libevent +threads"
1616
REQUIRED_USE="|| ( glib libev libevent )"
1717

@@ -45,5 +45,5 @@ multilib_src_configure() {
4545
multilib_src_install_all() {
4646
default
4747

48-
find "${ED}" -name '*.la' -delete
48+
find "${ED}" -name '*.la' -delete || die
4949
}

sdk_container/src/third_party/portage-stable/dev-libs/libverto/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
33
<pkgmetadata>
44
<longdescription lang="en">Many applications and libraries are unable to write asynchronous code because they are unable to pick an event loop. This is particularly true of libraries who want to be useful to many applications who use loops that do not integrate with one another or which use home-grown loops. libverto provides a loop-neutral async api which allows the library to expose asynchronous interfaces and offload the choice of the main loop to the application.</longdescription>
55
<maintainer type="person">

0 commit comments

Comments
 (0)