diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 09:11:51 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 09:11:51 +0000 |
commit | 38dd8bebe5f735160c9c933c89529dacf178f545 (patch) | |
tree | c310febc166a366864eaac227aa07a684cf18167 /dev-cpp/ctemplate | |
parent | x86 stable wrt bug #393553 (diff) | |
download | gentoo-2-38dd8bebe5f735160c9c933c89529dacf178f545.tar.gz gentoo-2-38dd8bebe5f735160c9c933c89529dacf178f545.tar.bz2 gentoo-2-38dd8bebe5f735160c9c933c89529dacf178f545.zip |
x86 stable wrt bug #394275
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/ctemplate')
-rw-r--r-- | dev-cpp/ctemplate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog index 171b09168139..8974a7397da8 100644 --- a/dev-cpp/ctemplate/ChangeLog +++ b/dev-cpp/ctemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/ctemplate # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.15 2011/12/10 21:33:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.16 2011/12/14 09:11:51 phajdan.jr Exp $ + + 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ctemplate-1.0.ebuild: + x86 stable wrt bug #394275 10 Dec 2011; Tim Harder <radhermit@gentoo.org> ctemplate-1.0.ebuild: Update to EAPI 4. diff --git a/dev-cpp/ctemplate/ctemplate-1.0.ebuild b/dev-cpp/ctemplate/ctemplate-1.0.ebuild index 2c326499d386..7b99cf9e4946 100644 --- a/dev-cpp/ctemplate/ctemplate-1.0.ebuild +++ b/dev-cpp/ctemplate/ctemplate-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-1.0.ebuild,v 1.2 2011/12/10 21:33:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-1.0.ebuild,v 1.3 2011/12/14 09:11:51 phajdan.jr Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="doc emacs vim-syntax static-libs test" DEPEND="test? ( =dev-lang/python-2* )" |