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: Fri, 25 Aug 2017 22:39:49
Message-Id: 1503700755.5dae7a662b2ffa0302b893f3c14f6bd77640fd80.mattst88@gentoo
1 commit: 5dae7a662b2ffa0302b893f3c14f6bd77640fd80
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 25 22:39:15 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 25 22:39:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dae7a66
7
8 sys-fs/udev-234-r1: added ~alpha, bug 625456
9
10 sys-fs/udev/udev-234-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/udev/udev-234-r1.ebuild b/sys-fs/udev/udev-234-r1.ebuild
14 index 03c1796fcac..fab6a92c61a 100644
15 --- a/sys-fs/udev/udev-234-r1.ebuild
16 +++ b/sys-fs/udev/udev-234-r1.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="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
22 + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
23 fi
24
25 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"