diff options
author | Markus Meier <maekke@gentoo.org> | 2014-12-23 12:31:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-12-23 12:31:14 +0000 |
commit | accaa458f11d1a6a19db65f4832073a13671c212 (patch) | |
tree | c58a92fbdfd0e7c5fd35b4c9299897e348e6d18b /dev-cpp | |
parent | arm stable, bug #526070 (diff) | |
download | gentoo-2-accaa458f11d1a6a19db65f4832073a13671c212.tar.gz gentoo-2-accaa458f11d1a6a19db65f4832073a13671c212.tar.bz2 gentoo-2-accaa458f11d1a6a19db65f4832073a13671c212.zip |
arm stable, bug #529414
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog index 2df379cbd9c8..103df0cc7803 100644 --- a/dev-cpp/ctemplate/ChangeLog +++ b/dev-cpp/ctemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/ctemplate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.31 2014/12/19 11:46:12 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.32 2014/12/23 12:31:14 maekke Exp $ + + 23 Dec 2014; Markus Meier <maekke@gentoo.org> ctemplate-2.2_p129.ebuild: + arm stable, bug #529414 *ctemplate-2.3 (19 Dec 2014) diff --git a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild index 50c44f43ef5d..2d592ffd6c3c 100644 --- a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild,v 1.2 2014/12/19 09:24:37 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild,v 1.3 2014/12/23 12:31:14 maekke Exp $ EAPI="5" @@ -16,7 +16,7 @@ SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2" 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? ( ${PYTHON_DEPS} )" |