diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-08 10:54:55 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-08 10:58:19 -0500 |
commit | dd40ffd8b4f4a714f4e4045c3930acee7ae880b4 (patch) | |
tree | a68afb99654c9599ea126108492e95887edf2e48 /sys-fs | |
parent | app-admin/sudo: fix secure-path USE flag (diff) | |
download | gentoo-dd40ffd8b4f4a714f4e4045c3930acee7ae880b4.tar.gz gentoo-dd40ffd8b4f4a714f4e4045c3930acee7ae880b4.tar.bz2 gentoo-dd40ffd8b4f4a714f4e4045c3930acee7ae880b4.zip |
sys-fs/udev: arm64 stable (bug #698768)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-243-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-243-r2.ebuild b/sys-fs/udev/udev-243-r2.ebuild index 44fb2b07b2ec..8040e69e4e8b 100644 --- a/sys-fs/udev/udev-243-r2.ebuild +++ b/sys-fs/udev/udev-243-r2.ebuild @@ -13,7 +13,7 @@ else MY_P=systemd-${MY_PV} S=${WORKDIR}/${MY_P} SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |