diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-02 20:56:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-02 20:56:08 +0000 |
commit | 6953af93bdeceb94820a80cc3ec4ded71d84c625 (patch) | |
tree | 18bb485080218a57276725d453191980f8fa6c84 /dev-libs | |
parent | Stable for ppc64, wrt bug #462890 (diff) | |
download | gentoo-2-6953af93bdeceb94820a80cc3ec4ded71d84c625.tar.gz gentoo-2-6953af93bdeceb94820a80cc3ec4ded71d84c625.tar.bz2 gentoo-2-6953af93bdeceb94820a80cc3ec4ded71d84c625.zip |
Stable for ppc64, wrt bug #462890
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-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 75573956e7d4..e0e258f8c7c5 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.25 2013/03/14 06:44:27 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.26 2013/04/02 20:56:08 ago Exp $ + + 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> grantlee-0.3.0.ebuild: + Stable for ppc64, wrt bug #462890 14 Mar 2013; Michael Palimaka <kensington@gentoo.org> -grantlee-0.1.9.ebuild, -grantlee-0.2.0.ebuild: diff --git a/dev-libs/grantlee/grantlee-0.3.0.ebuild b/dev-libs/grantlee/grantlee-0.3.0.ebuild index 747ebc03864a..54cea6b2534d 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.6 2013/03/12 18:26:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.7 2013/04/02 20:56:08 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" |