summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-14 10:56:42 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-14 10:56:42 +0000
commit2e9872eee7c236810d542e2c2ae7344d22b9741c (patch)
tree1f8e8bc469e8d7949dc807ad6a355f779e270b76 /dev-libs
parentAdded (dropped) ~sparc-fbsd keyword (diff)
downloadgentoo-2-2e9872eee7c236810d542e2c2ae7344d22b9741c.tar.gz
gentoo-2-2e9872eee7c236810d542e2c2ae7344d22b9741c.tar.bz2
gentoo-2-2e9872eee7c236810d542e2c2ae7344d22b9741c.zip
Disable testdefault build during src_compile phase (fixed upstream too); remove test restriction as they should pass now.
(Portage version: 2.1.5.5)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libcdio/ChangeLog6
-rw-r--r--dev-libs/libcdio/libcdio-0.80.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-libs/libcdio/ChangeLog b/dev-libs/libcdio/ChangeLog
index fc7730d7e81e..c6f7682224b8 100644
--- a/dev-libs/libcdio/ChangeLog
+++ b/dev-libs/libcdio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libcdio
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.95 2008/06/13 14:30:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.96 2008/06/14 10:56:42 flameeyes Exp $
+
+ 14 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> libcdio-0.80.ebuild:
+ Disable testdefault build during src_compile phase (fixed upstream too);
+ remove test restriction as they should pass now.
13 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/libcdio-0.80-minimal.patch, libcdio-0.80.ebuild:
diff --git a/dev-libs/libcdio/libcdio-0.80.ebuild b/dev-libs/libcdio/libcdio-0.80.ebuild
index 129311089bb7..8f7df08f8c32 100644
--- a/dev-libs/libcdio/libcdio-0.80.ebuild
+++ b/dev-libs/libcdio/libcdio-0.80.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.80.ebuild,v 1.2 2008/06/13 14:30:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.80.ebuild,v 1.3 2008/06/14 10:56:42 flameeyes Exp $
EAPI=1
@@ -21,8 +21,6 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
dev-util/pkgconfig"
-RESTRICT="test"
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -30,6 +28,9 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-0.79-gcc-4.3-include.patch
epatch "${FILESDIR}"/${P}-minimal.patch
+ sed -i -e 's:noinst_PROGRAMS:EXTRA_PROGRAMS:' test/Makefile.am \
+ || die "unable to remove testdefault build"
+
eautomake
elibtoolize
}