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:56
Message-Id: 1512503025.535e466e7fb08bd5b07c5e9e23c436c4f1d96f5e.mattst88@gentoo
1 commit: 535e466e7fb08bd5b07c5e9e23c436c4f1d96f5e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 19:43:45 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 19:43:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535e466e
7
8 sys-fs/udev-9999: added ~mips, bug 625456
9
10 sys-fs/udev/udev-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
14 index 1853b357d18..c1419930774 100644
15 --- a/sys-fs/udev/udev-9999.ebuild
16 +++ b/sys-fs/udev/udev-9999.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)"