Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/
Date: Tue, 05 Dec 2017 19:43:19
Message-Id: 1512502965.9f8ddf797381b462852bb47ff5c9922a432ee8a7.mattst88@gentoo
1 commit: 9f8ddf797381b462852bb47ff5c9922a432ee8a7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 19:42:45 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 19:42:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8ddf79
7
8 sys-fs/udev-235: added ~mips, bug 625456
9
10 sys-fs/udev/udev-235.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/udev/udev-235.ebuild b/sys-fs/udev/udev-235.ebuild
14 index 1853b357d18..c1419930774 100644
15 --- a/sys-fs/udev/udev-235.ebuild
16 +++ b/sys-fs/udev/udev-235.ebuild
17 @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then
18 inherit git-r3
19 else
20 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
21 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
22 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
23 fi
24
25 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"