diff options
author | 2011-04-24 04:47:18 +0000 | |
---|---|---|
committer | 2011-04-24 04:47:18 +0000 | |
commit | d970bb268e97d7d31f64101ed1b84202a4760b31 (patch) | |
tree | 0fe640506042da50668069d5dc7664bd2df674a8 /dev-cpp | |
parent | Respect env build settings. (diff) | |
download | gentoo-2-d970bb268e97d7d31f64101ed1b84202a4760b31.tar.gz gentoo-2-d970bb268e97d7d31f64101ed1b84202a4760b31.tar.bz2 gentoo-2-d970bb268e97d7d31f64101ed1b84202a4760b31.zip |
Marked ~ppc for bug #356363.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-0.98.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-0.99.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog index 3c72dc8f04bf..b53f5106194f 100644 --- a/dev-cpp/ctemplate/ChangeLog +++ b/dev-cpp/ctemplate/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2011/01/28 11:10:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.10 2011/04/24 04:47:17 josejx Exp $ + + 24 Apr 2011; Joseph Jezak <josejx@gentoo.org> ctemplate-0.98.ebuild, + ctemplate-0.99.ebuild: + Marked ~ppc for bug #356363. *ctemplate-0.99 (28 Jan 2011) diff --git a/dev-cpp/ctemplate/ctemplate-0.98.ebuild b/dev-cpp/ctemplate/ctemplate-0.98.ebuild index e4ba1ca890b6..726bc8e7a02d 100644 --- a/dev-cpp/ctemplate/ctemplate-0.98.ebuild +++ b/dev-cpp/ctemplate/ctemplate-0.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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-0.98.ebuild,v 1.1 2010/10/26 07:41:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.98.ebuild,v 1.2 2011/04/24 04:47:17 josejx Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc emacs vim-syntax" DEPEND="" diff --git a/dev-cpp/ctemplate/ctemplate-0.99.ebuild b/dev-cpp/ctemplate/ctemplate-0.99.ebuild index 04a2ee79e90c..e88e5c54ff36 100644 --- a/dev-cpp/ctemplate/ctemplate-0.99.ebuild +++ b/dev-cpp/ctemplate/ctemplate-0.99.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-0.99.ebuild,v 1.1 2011/01/28 11:10:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.99.ebuild,v 1.2 2011/04/24 04:47:18 josejx Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc emacs vim-syntax static-libs" DEPEND="" |