mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/gamin: Port to EAPI 8
Closes: https://bugs.gentoo.org/819702 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22761 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
inherit multilib-minimal
|
||||
|
||||
DESCRIPTION="Meta package providing the File Alteration Monitor API & Server"
|
||||
HOMEPAGE="https://www.gnome.org/~veillard/gamin/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="!app-admin/fam
|
||||
>=dev-libs/libgamin-0.1.10-r4[${MULTILIB_USEDEP}]"
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
!app-admin/fam
|
||||
>=dev-libs/libgamin-0.1.10-r4[${MULTILIB_USEDEP}]
|
||||
"
|
||||
|
||||
PDEPEND=">=app-admin/gam-server-0.1.10"
|
||||
|
||||
Reference in New Issue
Block a user