diff options
-rw-r--r-- | sys-fs/static-dev/static-dev-0.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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 |