diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-22 08:39:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-22 08:39:17 +0000 |
commit | 2426d473a3dffc5d7ae936e5a1ebbc4def3711df (patch) | |
tree | 5de4f546f8c9ef7120e6cc7e16f53eb034c5bb95 /dev-libs | |
parent | Stable for amd64, wrt bug #534964 (diff) | |
download | gentoo-2-2426d473a3dffc5d7ae936e5a1ebbc4def3711df.tar.gz gentoo-2-2426d473a3dffc5d7ae936e5a1ebbc4def3711df.tar.bz2 gentoo-2-2426d473a3dffc5d7ae936e5a1ebbc4def3711df.zip |
Stable for amd64, wrt bug #535108
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/grantlee/ChangeLog b/dev-libs/grantlee/ChangeLog index fb36ee655c85..f396f1d044c5 100644 --- a/dev-libs/grantlee/ChangeLog +++ b/dev-libs/grantlee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/grantlee # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.29 2015/01/16 21:00:17 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.30 2015/01/22 08:39:17 ago Exp $ + + 22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> grantlee-0.4.0.ebuild: + Stable for amd64, wrt bug #535108 16 Jan 2015; Johannes Huber <johu@gentoo.org> grantlee-0.4.0.ebuild: Update doc use flag dependency. diff --git a/dev-libs/grantlee/grantlee-0.4.0.ebuild b/dev-libs/grantlee/grantlee-0.4.0.ebuild index 6d5e1a42242f..6d207fac8647 100644 --- a/dev-libs/grantlee/grantlee-0.4.0.ebuild +++ b/dev-libs/grantlee/grantlee-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.4.0.ebuild,v 1.2 2015/01/16 21:00:17 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.4.0.ebuild,v 1.3 2015/01/22 08:39:17 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://downloads.grantlee.org/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="debug doc test" RDEPEND=" |