From 6e05ee46ef1fe03bc57ab243d84c8c5b4f9ffcfe Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 7 Sep 2004 22:20:02 +0000 Subject: ia64 KEYWORDS #42962 --- dev-libs/libcdio/libcdio-0.69.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'dev-libs/libcdio') diff --git a/dev-libs/libcdio/libcdio-0.69.ebuild b/dev-libs/libcdio/libcdio-0.69.ebuild index aa18ac9b271c..58955e2857b6 100644 --- a/dev-libs/libcdio/libcdio-0.69.ebuild +++ b/dev-libs/libcdio/libcdio-0.69.ebuild @@ -1,27 +1,27 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.69.ebuild,v 1.3 2004/08/20 02:45:22 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.69.ebuild,v 1.4 2004/09/07 22:19:56 vapier Exp $ -IUSE="cddb" - -DESCRIPTION="A library to encapsulate CD-ROM reading and control." +DESCRIPTION="A library to encapsulate CD-ROM reading and control" HOMEPAGE="http://www.gnu.org/software/libcdio/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="cddb" + DEPEND="dev-util/pkgconfig dev-libs/popt cddb? ( >=media-libs/libcddb-0.9.4 )" - src_compile() { econf $(use_enable cddb) || die - make || die # had problem with parallel make (phosphan@gentoo.org) + # had problem with parallel make (phosphan@gentoo.org) + emake -j1 || die } src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS } -- cgit v1.2.3-65-gdbad