mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
dev-libs/libverto: Sync with Gentoo
It's from Gentoo commit 17c9938140199f771decd94dad844c803d0eb60b.
This commit is contained in:
parent
a219a70d0d
commit
540ada712a
@ -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 )"
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user