summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-07 12:05:19 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-11-07 12:05:19 +0000
commit98ce1bf6e70b21d95c3d451166c68e706cb4103f (patch)
tree75d1d9514a21634d8146f1070423a437322d5f0f /dev-util/cpptest
parentstable arm, bug #441956 (diff)
downloadgentoo-2-98ce1bf6e70b21d95c3d451166c68e706cb4103f.tar.gz
gentoo-2-98ce1bf6e70b21d95c3d451166c68e706cb4103f.tar.bz2
gentoo-2-98ce1bf6e70b21d95c3d451166c68e706cb4103f.zip
stable ppc ppc64, bug #441310
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r--dev-util/cpptest/ChangeLog6
-rw-r--r--dev-util/cpptest/cpptest-1.1.2.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/cpptest/ChangeLog b/dev-util/cpptest/ChangeLog
index 6cf07b3bb964..301ed01dde26 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.18 2012/11/06 17:10:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.19 2012/11/07 12:05:19 blueness Exp $
+
+ 07 Nov 2012; Anthony G. Basile <blueness@gentoo.org> cpptest-1.1.2.ebuild:
+ stable ppc ppc64, bug #441310
06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cpptest-1.1.2.ebuild:
Stable for amd64, wrt bug #441310
@@ -63,4 +66,3 @@
15 Mar 2009; Robert Buchholz <rbu@gentoo.org>
+files/cpptest-1.1.0-htmldir.patch, +metadata.xml, +cpptest-1.1.0.ebuild:
Initial ebuild by Sebastian Pipping (bug #260687)
-
diff --git a/dev-util/cpptest/cpptest-1.1.2.ebuild b/dev-util/cpptest/cpptest-1.1.2.ebuild
index 2885aa2e8ddc..91864ad05298 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.3 2012/11/06 17:10:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v 1.4 2012/11/07 12:05:19 blueness 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 )"
@@ -28,4 +28,4 @@ src_configure() {
src_install() {
default
prune_libtool_files
-} \ No newline at end of file
+}