diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 13:09:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 13:09:15 +0000 |
commit | f3f958d7de3e5e2c2899bf7b58bfc68900e525a3 (patch) | |
tree | b15389712069ef1e680e657c1259f64fb4fb82fb /sys-fs | |
parent | Stable for sparc, wrt bug #547534 (diff) | |
download | gentoo-2-f3f958d7de3e5e2c2899bf7b58bfc68900e525a3.tar.gz gentoo-2-f3f958d7de3e5e2c2899bf7b58bfc68900e525a3.tar.bz2 gentoo-2-f3f958d7de3e5e2c2899bf7b58bfc68900e525a3.zip |
Stable for sparc, wrt bug #554802
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/eudev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-3.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index a491afd136e4..a5e31a819ffe 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.170 2015/07/17 10:27:43 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.171 2015/07/30 13:09:15 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> eudev-3.1.2.ebuild: + Stable for sparc, wrt bug #554802 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> eudev-3.1.2.ebuild: arm stable wrt bug #554802 diff --git a/sys-fs/eudev/eudev-3.1.2.ebuild b/sys-fs/eudev/eudev-3.1.2.ebuild index 40256c49ef68..ad17ed66a5c3 100644 --- a/sys-fs/eudev/eudev-3.1.2.ebuild +++ b/sys-fs/eudev/eudev-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2.ebuild,v 1.7 2015/07/17 10:27:43 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2.ebuild,v 1.8 2015/07/30 13:09:15 ago 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="alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc x86" + KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ppc64 sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |