summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-06 17:10:22 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-06 17:10:22 +0000
commit3d84b152263101d842861f8df8ba5e81f5e004c9 (patch)
tree658fc4fded1db061cd55dc5a5ee96201c5cc1265 /dev-util/cpptest
parentStable for amd64, wrt bug #441470 (diff)
downloadgentoo-2-3d84b152263101d842861f8df8ba5e81f5e004c9.tar.gz
gentoo-2-3d84b152263101d842861f8df8ba5e81f5e004c9.tar.bz2
gentoo-2-3d84b152263101d842861f8df8ba5e81f5e004c9.zip
Stable for amd64, wrt bug #441310
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r--dev-util/cpptest/ChangeLog5
-rw-r--r--dev-util/cpptest/cpptest-1.1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cpptest/ChangeLog b/dev-util/cpptest/ChangeLog
index dc0c36489337..6cf07b3bb964 100644
--- a/dev-util/cpptest/ChangeLog
+++ b/dev-util/cpptest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cpptest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.17 2012/11/04 01:29:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.18 2012/11/06 17:10:22 ago Exp $
+
+ 06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cpptest-1.1.2.ebuild:
+ Stable for amd64, wrt bug #441310
04 Nov 2012; Sebastian Pipping <sping@gentoo.org> cpptest-1.1.2.ebuild:
Apply EAPI 4 patch by Vicente Olivert Riera (bug #441310)
diff --git a/dev-util/cpptest/cpptest-1.1.2.ebuild b/dev-util/cpptest/cpptest-1.1.2.ebuild
index 313f2ca3f06f..2885aa2e8ddc 100644
--- a/dev-util/cpptest/cpptest-1.1.2.ebuild
+++ b/dev-util/cpptest/cpptest-1.1.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-util/cpptest/cpptest-1.1.2.ebuild,v 1.2 2012/11/04 01:29:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v 1.3 2012/11/06 17:10:22 ago Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"