diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-05-07 08:27:06 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-05-07 08:27:06 +0000 |
commit | 8f754def79ea6051e44dd5cf3a3380ee16a5a48e (patch) | |
tree | 5abb380d47eb689bab67f0c38840ac537f36f305 /app-admin/augeas | |
parent | Added another upstream fix. Removed old (diff) | |
download | gentoo-2-8f754def79ea6051e44dd5cf3a3380ee16a5a48e.tar.gz gentoo-2-8f754def79ea6051e44dd5cf3a3380ee16a5a48e.tar.bz2 gentoo-2-8f754def79ea6051e44dd5cf3a3380ee16a5a48e.zip |
Stable for amd64 wrt bug #506464
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin/augeas')
-rw-r--r-- | app-admin/augeas/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/augeas/augeas-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/augeas/ChangeLog b/app-admin/augeas/ChangeLog index 9a4cf0650819..a9f2b39cb119 100644 --- a/app-admin/augeas/ChangeLog +++ b/app-admin/augeas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/augeas # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.52 2014/04/05 20:52:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.53 2014/05/07 08:27:06 nimiux Exp $ + + 07 May 2014; Chema Alonso <nimiux@gentoo.org> augeas-1.1.0.ebuild: + Stable for amd64 wrt bug #506464 05 Apr 2014; Jeroen Roovers <jer@gentoo.org> augeas-1.1.0.ebuild: Stable for HPPA (bug #506464). diff --git a/app-admin/augeas/augeas-1.1.0.ebuild b/app-admin/augeas/augeas-1.1.0.ebuild index 957a40f66484..adf446720fd3 100644 --- a/app-admin/augeas/augeas-1.1.0.ebuild +++ b/app-admin/augeas/augeas-1.1.0.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/app-admin/augeas/augeas-1.1.0.ebuild,v 1.2 2014/04/05 20:52:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-1.1.0.ebuild,v 1.3 2014/05/07 08:27:06 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc ~x86" IUSE="static-libs test" RDEPEND=" |