diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-08-03 06:50:47 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-08-03 06:50:47 +0000 |
commit | dc6b2aa9a06695be35c0da09dcaae6c85c7230dd (patch) | |
tree | a41fc5943e81dfae51ea462c93ff7a6d8aff7f30 /dev-cpp/ctemplate | |
parent | marked x86 per bug 429480 (diff) | |
download | gentoo-2-dc6b2aa9a06695be35c0da09dcaae6c85c7230dd.tar.gz gentoo-2-dc6b2aa9a06695be35c0da09dcaae6c85c7230dd.tar.bz2 gentoo-2-dc6b2aa9a06695be35c0da09dcaae6c85c7230dd.zip |
marked x86 per bug 418665
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/ctemplate')
-rw-r--r-- | dev-cpp/ctemplate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog index f7d20eb18493..701fec173c0c 100644 --- a/dev-cpp/ctemplate/ChangeLog +++ b/dev-cpp/ctemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/ctemplate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.24 2012/08/02 21:13:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.25 2012/08/03 06:50:47 jdhore Exp $ + + 03 Aug 2012; Jeff Horelick <jdhore@gentoo.org> ctemplate-2.2.ebuild: + marked x86 per bug 418665 02 Aug 2012; Markos Chandras <hwoarang@gentoo.org> ctemplate-2.2.ebuild: Stable on amd64 wrt bug #418665 diff --git a/dev-cpp/ctemplate/ctemplate-2.2.ebuild b/dev-cpp/ctemplate/ctemplate-2.2.ebuild index 4a8fd62a9728..6dccde11e5f0 100644 --- a/dev-cpp/ctemplate/ctemplate-2.2.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.2.ebuild @@ -1,6 +1,6 @@ # 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-2.2.ebuild,v 1.2 2012/08/02 21:13:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-2.2.ebuild,v 1.3 2012/08/03 06:50:47 jdhore Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://ctemplate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~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* )" |