diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-12-05 11:42:45 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-12-05 11:42:45 -0800 |
commit | 9f8ddf797381b462852bb47ff5c9922a432ee8a7 (patch) | |
tree | a99b45e9d9fa71833f75e5b4862ca8e88825962f /sys-fs | |
parent | dev-util/pkgconf-1.3.10: added ~mips, bug 617758 (diff) | |
download | gentoo-9f8ddf797381b462852bb47ff5c9922a432ee8a7.tar.gz gentoo-9f8ddf797381b462852bb47ff5c9922a432ee8a7.tar.bz2 gentoo-9f8ddf797381b462852bb47ff5c9922a432ee8a7.zip |
sys-fs/udev-235: added ~mips, bug 625456
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-235.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-235.ebuild b/sys-fs/udev/udev-235.ebuild index 1853b357d182..c14199307749 100644 --- a/sys-fs/udev/udev-235.ebuild +++ b/sys-fs/udev/udev-235.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 ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |