diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-17 18:39:41 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-17 18:39:51 -0700 |
commit | 1391b15493d36253e8b9989d6d83fb67085295d6 (patch) | |
tree | d5ff5ecf452135e62fa19b19cac59158382e97c3 /sys-fs | |
parent | sys-fs/udev-236-r1: ppc stable, bug 645076 (diff) | |
download | gentoo-1391b15493d36253e8b9989d6d83fb67085295d6.tar.gz gentoo-1391b15493d36253e8b9989d6d83fb67085295d6.tar.bz2 gentoo-1391b15493d36253e8b9989d6d83fb67085295d6.zip |
sys-fs/udev-236-r1: ppc64 stable, bug 645076
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-236-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-236-r1.ebuild b/sys-fs/udev/udev-236-r1.ebuild index 11911f11601c..6817f1b99076 100644 --- a/sys-fs/udev/udev-236-r1.ebuild +++ b/sys-fs/udev/udev-236-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.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)" |