summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r--dev-util/cppunit/ChangeLog7
-rw-r--r--dev-util/cppunit/cppunit-1.12.0.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog
index c14cf66e6c79..88edaa581337 100644
--- a/dev-util/cppunit/ChangeLog
+++ b/dev-util/cppunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.38 2007/09/25 13:56:20 caleb Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.39 2008/01/03 20:05:00 armin76 Exp $
+
+ 03 Jan 2008; Raúl Porcel <armin76@gentoo.org> cppunit-1.12.0.ebuild:
+ Add alpha fix, and add ~alpha
25 Sep 2007; Caleb Tennis <caleb@gentoo.org> cppunit-1.12.0.ebuild:
Change qmake to eqmake3 from qt3 ebuild so we get the correct qmake (see bug
diff --git a/dev-util/cppunit/cppunit-1.12.0.ebuild b/dev-util/cppunit/cppunit-1.12.0.ebuild
index d3a1929d2e84..bb65384e7d24 100644
--- a/dev-util/cppunit/cppunit-1.12.0.ebuild
+++ b/dev-util/cppunit/cppunit-1.12.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v 1.11 2007/09/25 13:56:20 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v 1.12 2008/01/03 20:05:00 armin76 Exp $
WANT_AUTOCONF=latest
WANT_AUTOMAKE=1.9
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc examples qt3"
RDEPEND="qt3? ( $(qt_min_version 3.3) )"
@@ -39,6 +39,9 @@ src_unpack() {
}
src_compile() {
+ # Anything else than -O0 breaks on alpha
+ use alpha && replace-flags "-O?" -O0
+
econf \
$(use_enable doc doxygen) \
$(use_enable doc dot) \