summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-12-05 11:43:45 -0800
committerMatt Turner <mattst88@gentoo.org>2017-12-05 11:43:45 -0800
commit535e466e7fb08bd5b07c5e9e23c436c4f1d96f5e (patch)
treef5a97d97a7e6867546e414aa8210bd047afd9ef5 /sys-fs
parentsys-fs/udev-235: added ~mips, bug 625456 (diff)
downloadgentoo-535e466e7fb08bd5b07c5e9e23c436c4f1d96f5e.tar.gz
gentoo-535e466e7fb08bd5b07c5e9e23c436c4f1d96f5e.tar.bz2
gentoo-535e466e7fb08bd5b07c5e9e23c436c4f1d96f5e.zip
sys-fs/udev-9999: added ~mips, bug 625456
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/udev-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 1853b357d182..c14199307749 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.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)"