summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-09-20 23:22:00 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-09-20 23:22:00 +0000
commitdc154b71e0dc1d978874c0cd6e920e9970c4c1f9 (patch)
treeab25c7d4d4dc7a93d204f4ce7352524c133c7cf1 /sys-fs
parentFix tests with python3, thanks to kensington for the patch (bug 502238). Drop... (diff)
downloadgentoo-2-dc154b71e0dc1d978874c0cd6e920e9970c4c1f9.tar.gz
gentoo-2-dc154b71e0dc1d978874c0cd6e920e9970c4c1f9.tar.bz2
gentoo-2-dc154b71e0dc1d978874c0cd6e920e9970c4c1f9.zip
Stable on x86, bug #522792
(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/ChangeLog4
-rw-r--r--sys-fs/eudev/eudev-1.10-r2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog
index 83645b506d2e..31ee9c6c409d 100644
--- a/sys-fs/eudev/ChangeLog
+++ b/sys-fs/eudev/ChangeLog
@@ -1,9 +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.148 2014/09/20 19:44:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.149 2014/09/20 23:22:00 blueness Exp $
20 Sep 2014; Anthony G. Basile <blueness@gentoo.org> eudev-1.10-r2.ebuild:
- Stable on amd64
+ Stable on amd64, bug #522792
19 Sep 2014; Anthony G. Basile <blueness@gentoo.org> -eudev-1.9-r1.ebuild:
Remove older stable version
diff --git a/sys-fs/eudev/eudev-1.10-r2.ebuild b/sys-fs/eudev/eudev-1.10-r2.ebuild
index 7afd26cbc5c9..ae254acf3691 100644
--- a/sys-fs/eudev/eudev-1.10-r2.ebuild
+++ b/sys-fs/eudev/eudev-1.10-r2.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.10-r2.ebuild,v 1.6 2014/09/20 19:44:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.10-r2.ebuild,v 1.7 2014/09/20 23:22:00 blueness Exp $
EAPI="5"
@@ -14,7 +14,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)"