diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-10 13:46:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-10 13:46:58 +0000 |
commit | eedf322f794e10b4b96c862f18b406145768f3d1 (patch) | |
tree | 1fae8f3a4fa05a0e0ebbdceb5b016a3e390971c6 /app-admin/augeas | |
parent | Stable for ppc, wrt bug #503306 (diff) | |
download | gentoo-2-eedf322f794e10b4b96c862f18b406145768f3d1.tar.gz gentoo-2-eedf322f794e10b4b96c862f18b406145768f3d1.tar.bz2 gentoo-2-eedf322f794e10b4b96c862f18b406145768f3d1.zip |
Stable for ppc, wrt bug #506464
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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-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 a9f2b39cb119..59481e248337 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.53 2014/05/07 08:27:06 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.54 2014/05/10 13:46:58 ago Exp $ + + 10 May 2014; Agostino Sarubbo <ago@gentoo.org> augeas-1.1.0.ebuild: + Stable for ppc, wrt bug #506464 07 May 2014; Chema Alonso <nimiux@gentoo.org> augeas-1.1.0.ebuild: Stable for amd64 wrt bug #506464 diff --git a/app-admin/augeas/augeas-1.1.0.ebuild b/app-admin/augeas/augeas-1.1.0.ebuild index adf446720fd3..d8b5ecf2e608 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.3 2014/05/07 08:27:06 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-1.1.0.ebuild,v 1.4 2014/05/10 13:46:58 ago 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=" |