diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-08 22:17:17 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-08 22:17:17 -0400 |
commit | 9127e051b4ff74043cb2ad5a053558c175fad7f2 (patch) | |
tree | c08f91d5740b4f6be339468f17e9d4442be4b85a /sys-fs | |
parent | f8608c3910c317f9df886f920286d5f96dd089d1 (diff) | |
download | gentoo-9127e051b4ff74043cb2ad5a053558c175fad7f2.tar.gz gentoo-9127e051b4ff74043cb2ad5a053558c175fad7f2.tar.xz |
sys-fs/eudev: keyword ~arm64
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/eudev/eudev-3.1.5.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index e22df2f9bd7..de004eef176 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 2c104028b05..172d84981b1 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |