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/eudev | |
parent | profiles: add hardened/linux/musl/arm64 (diff) | |
download | gentoo-9127e051b4ff74043cb2ad5a053558c175fad7f2.tar.gz gentoo-9127e051b4ff74043cb2ad5a053558c175fad7f2.tar.bz2 gentoo-9127e051b4ff74043cb2ad5a053558c175fad7f2.zip |
sys-fs/eudev: keyword ~arm64
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-fs/eudev')
-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 e22df2f9bd72..de004eef1764 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 2c104028b054..172d84981b14 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)" |