summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-07-15 14:46:04 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-07-15 14:46:04 +0000
commit1627648e7203754293463a15cdf344726d4a83f6 (patch)
treec3cc20dc7007bb845930022b5ad79a2e5dad9ff7 /sys-fs
parentx86 stable wrt bug #513430 (diff)
downloadgentoo-2-1627648e7203754293463a15cdf344726d4a83f6.tar.gz
gentoo-2-1627648e7203754293463a15cdf344726d4a83f6.tar.bz2
gentoo-2-1627648e7203754293463a15cdf344726d4a83f6.zip
Stable on arm, ppc, ppc64. Bug #516524
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/eudev/ChangeLog5
-rw-r--r--sys-fs/eudev/eudev-1.9-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog
index b377d34441e3..06868b1b4c26 100644
--- a/sys-fs/eudev/ChangeLog
+++ b/sys-fs/eudev/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/eudev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.125 2014/07/15 12:53:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.126 2014/07/15 14:46:04 blueness Exp $
+
+ 15 Jul 2014; Anthony G. Basile <blueness@gentoo.org> eudev-1.9-r1.ebuild:
+ Stable on arm, ppc, ppc64. Bug #516524
15 Jul 2014; Anthony G. Basile <blueness@gentoo.org> eudev-1.9-r1.ebuild,
eudev-9999.ebuild:
diff --git a/sys-fs/eudev/eudev-1.9-r1.ebuild b/sys-fs/eudev/eudev-1.9-r1.ebuild
index 2394d73344a6..560a7dfcc216 100644
--- a/sys-fs/eudev/eudev-1.9-r1.ebuild
+++ b/sys-fs/eudev/eudev-1.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild,v 1.4 2014/07/15 12:53:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild,v 1.5 2014/07/15 14:46:04 blueness Exp $
EAPI="5"
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then
inherit git-2
else
SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
+ KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86"
fi
DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"