From 00b4c8d6805b7b616596186e791a968849598326 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 17:56:26 +0100 Subject: sys-fs/static-dev: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- sys-fs/static-dev/static-dev-0.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild b/sys-fs/static-dev/static-dev-0.1.ebuild index 7df32d76..b6f80427 100644 --- a/sys-fs/static-dev/static-dev-0.1.ebuild +++ b/sys-fs/static-dev/static-dev-0.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs DESCRIPTION="A skeleton, statically managed /dev" @@ -10,11 +10,10 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="amd64 arm hppa m68k ~mips ppc ppc64 s390 sparc x86" IUSE="" -RDEPEND="sys-apps/makedev" -DEPEND="${RDEPEND}" +DEPEND="sys-apps/makedev" abort() { echo -- cgit v1.2.3