dev-libs/libverto: Sync with Gentoo

It's from Gentoo commit 17c9938140199f771decd94dad844c803d0eb60b.
This commit is contained in:
Flatcar Buildbot 2024-01-29 07:11:26 +00:00 committed by Krzesimir Nowak
parent a219a70d0d
commit 540ada712a
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit autotools multilib-minimal
@ -11,7 +11,7 @@ SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="glib +libev libevent +threads"
REQUIRED_USE="|| ( glib libev libevent )"

View File

@ -6,6 +6,9 @@
<email>eras@gentoo.org</email>
<name>Eray Aslan</name>
</maintainer>
<upstream>
<remote-id type="github">latchset/libverto</remote-id>
</upstream>
<use>
<flag name="glib">Support event loops using <pkg>dev-libs/glib</pkg></flag>
<flag name="libev">Support event loops using <pkg>dev-libs/libev</pkg></flag>