diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-11 08:48:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-11 08:48:30 +0000 |
commit | 310c07c33cec5526b3c044d42d6c1306dc14a9b6 (patch) | |
tree | bc2bfe0ea8f236ded60343a47711fcb00f7533f8 /app-admin/augeas | |
parent | sci-chemistry/relax: Version Bump (diff) | |
download | gentoo-2-310c07c33cec5526b3c044d42d6c1306dc14a9b6.tar.gz gentoo-2-310c07c33cec5526b3c044d42d6c1306dc14a9b6.tar.bz2 gentoo-2-310c07c33cec5526b3c044d42d6c1306dc14a9b6.zip |
Stable for amd64, wrt bug #492528
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin/augeas')
-rw-r--r-- | app-admin/augeas/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/augeas/augeas-0.10.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/augeas/ChangeLog b/app-admin/augeas/ChangeLog index 124929892a66..21870cbf01bf 100644 --- a/app-admin/augeas/ChangeLog +++ b/app-admin/augeas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/augeas # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.45 2013/12/11 03:19:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.46 2013/12/11 08:48:30 ago Exp $ + + 11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> augeas-0.10.0-r2.ebuild: + Stable for amd64, wrt bug #492528 *augeas-0.10.0-r2 (11 Dec 2013) diff --git a/app-admin/augeas/augeas-0.10.0-r2.ebuild b/app-admin/augeas/augeas-0.10.0-r2.ebuild index 915c353537db..5b7ce60c610f 100644 --- a/app-admin/augeas/augeas-0.10.0-r2.ebuild +++ b/app-admin/augeas/augeas-0.10.0-r2.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/app-admin/augeas/augeas-0.10.0-r2.ebuild,v 1.1 2013/12/11 03:19:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.10.0-r2.ebuild,v 1.2 2013/12/11 08:48:30 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://augeas.net/download/${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=" |