diff options
author | 2013-03-12 18:26:11 +0000 | |
---|---|---|
committer | 2013-03-12 18:26:11 +0000 | |
commit | e2ff565ed45dd5c4bc9303cb7b71c723627e2d50 (patch) | |
tree | 8cce1ff127f31d855c7531a66efdc06c7e63b340 | |
parent | Stable for ppc, wrt bug #461094 (diff) | |
download | gentoo-2-e2ff565ed45dd5c4bc9303cb7b71c723627e2d50.tar.gz gentoo-2-e2ff565ed45dd5c4bc9303cb7b71c723627e2d50.tar.bz2 gentoo-2-e2ff565ed45dd5c4bc9303cb7b71c723627e2d50.zip |
Stable for ppc, wrt bug #461098
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-libs/grantlee/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/grantlee/grantlee-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/grantlee/ChangeLog b/dev-libs/grantlee/ChangeLog index e98dc6294e7d..9e738f557008 100644 --- a/dev-libs/grantlee/ChangeLog +++ b/dev-libs/grantlee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/grantlee # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.23 2013/03/10 13:38:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.24 2013/03/12 18:26:11 ago Exp $ + + 12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> grantlee-0.3.0.ebuild: + Stable for ppc, wrt bug #461098 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> grantlee-0.3.0.ebuild: Stable for x86, wrt bug #461098 diff --git a/dev-libs/grantlee/grantlee-0.3.0.ebuild b/dev-libs/grantlee/grantlee-0.3.0.ebuild index 3f176329fa16..747ebc03864a 100644 --- a/dev-libs/grantlee/grantlee-0.3.0.ebuild +++ b/dev-libs/grantlee/grantlee-0.3.0.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/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.5 2013/03/10 13:38:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.6 2013/03/12 18:26:11 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home" SRC_URI="http://downloads.grantlee.org/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86" SLOT="0" IUSE="debug doc test" |