diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:20:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:20:50 +0000 |
commit | 1ad3bd19540ad9aa64e1dcfb673eb5a1b2d447bc (patch) | |
tree | d3f94cdf48a2593d154c3b225ad6f1bad9b4d24c /sys-fs | |
parent | Stable for amd64, wrt bug #480364 (diff) | |
download | gentoo-2-1ad3bd19540ad9aa64e1dcfb673eb5a1b2d447bc.tar.gz gentoo-2-1ad3bd19540ad9aa64e1dcfb673eb5a1b2d447bc.tar.bz2 gentoo-2-1ad3bd19540ad9aa64e1dcfb673eb5a1b2d447bc.zip |
Stable for amd64, wrt bug #463910
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index 54947fb6340a..0d7ca7ae549a 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.61 2013/08/08 19:47:52 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.62 2013/08/10 13:20:50 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> eudev-1.1.ebuild: + Stable for amd64, wrt bug #463910 08 Aug 2013; Ian Stakenvicius <axs@gentoo.org> eudev-1.2-r1.ebuild, eudev-9999.ebuild: diff --git a/sys-fs/eudev/eudev-1.1.ebuild b/sys-fs/eudev/eudev-1.1.ebuild index 6370e041a27c..e77fea918983 100644 --- a/sys-fs/eudev/eudev-1.1.ebuild +++ b/sys-fs/eudev/eudev-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.1.ebuild,v 1.7 2013/08/08 15:19:47 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.1.ebuild,v 1.8 2013/08/10 13:20:50 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ 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)" |