summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-11 05:11:44 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-11 05:11:44 +0000
commitc5bc76e9eae3965a5f32858ad8a0356afe0e3244 (patch)
tree2c94aa9034d6c403bc9c33a769e02856f350aac8 /dev-cpp/ctemplate
parentStable for HPPA (bug #402999). (diff)
downloadgentoo-2-c5bc76e9eae3965a5f32858ad8a0356afe0e3244.tar.gz
gentoo-2-c5bc76e9eae3965a5f32858ad8a0356afe0e3244.tar.bz2
gentoo-2-c5bc76e9eae3965a5f32858ad8a0356afe0e3244.zip
Add some arm love.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/ctemplate')
-rw-r--r--dev-cpp/ctemplate/ChangeLog7
-rw-r--r--dev-cpp/ctemplate/ctemplate-1.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog
index 2ee61d9e7760..fc1826bf1f87 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.17 2011/12/14 19:59:36 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.18 2012/02/11 05:11:44 vapier Exp $
+
+ 11 Feb 2012; Mike Frysinger <vapier@gentoo.org> ctemplate-1.0.ebuild:
+ Add some arm love.
14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ctemplate-1.0.ebuild:
Stable for AMD64, wrt bug #394275
diff --git a/dev-cpp/ctemplate/ctemplate-1.0.ebuild b/dev-cpp/ctemplate/ctemplate-1.0.ebuild
index 4b3fa714e703..47432b24cf44 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
+# Copyright 1999-2012 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.4 2011/12/14 19:59:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-1.0.ebuild,v 1.5 2012/02/11 05:11:44 vapier 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 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="doc emacs vim-syntax static-libs test"
DEPEND="test? ( =dev-lang/python-2* )"