diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-12-19 09:24:37 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-12-19 09:24:37 +0000 |
commit | 1d80abf717a0496bf53923525df6e5ac27cef228 (patch) | |
tree | 61b31442d0efbbba1c83ce1d9392540c7755d4b6 /dev-cpp/ctemplate | |
parent | Fix -ljpeg linking (#515014 by Patrick Lauer and Toralf Förster), drop old (diff) | |
download | gentoo-2-1d80abf717a0496bf53923525df6e5ac27cef228.tar.gz gentoo-2-1d80abf717a0496bf53923525df6e5ac27cef228.tar.bz2 gentoo-2-1d80abf717a0496bf53923525df6e5ac27cef228.zip |
Stable on amd64 and x86, wrt bug #529414
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-cpp/ctemplate')
-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 9faa32dc1824..6273f398d3cd 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.29 2014/02/18 12:14:42 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.30 2014/12/19 09:24:37 pinkbyte Exp $ + + 19 Dec 2014; Sergey Popov <pinkbyte@gentoo.org> ctemplate-2.2_p129.ebuild: + Stable on amd64 and x86, wrt bug #529414 *ctemplate-2.2_p129 (18 Feb 2014) diff --git a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild index d062f51bd12a..50c44f43ef5d 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.1 2014/02/18 12:14:42 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild,v 1.2 2014/12/19 09:24:37 pinkbyte 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} )" |