summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-01 21:01:22 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-01 21:01:22 +0000
commit00b36bf195f828e554ccbb00a801cb66611b401b (patch)
treec58c837e98380e5a8a55318339ca6645b5a5317a /dev-libs
parentForgot to inherit the really important nsplugins.eclass - doh! (diff)
downloadhistorical-00b36bf195f828e554ccbb00a801cb66611b401b.tar.gz
historical-00b36bf195f828e554ccbb00a801cb66611b401b.tar.bz2
historical-00b36bf195f828e554ccbb00a801cb66611b401b.zip
various cleanups
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libextractor/libextractor-0.2.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libextractor/libextractor-0.2.2.ebuild b/dev-libs/libextractor/libextractor-0.2.2.ebuild
index 5c6774d300bb..d33c66a8f6da 100644
--- a/dev-libs/libextractor/libextractor-0.2.2.ebuild
+++ b/dev-libs/libextractor/libextractor-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.2.2.ebuild,v 1.3 2003/04/01 20:55:35 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.2.2.ebuild,v 1.4 2003/04/01 21:01:22 liquidx Exp $
inherit libtool
@@ -11,12 +11,14 @@ SRC_URI="http://www.ovmj.org/~samanta/libextractor/download/${P}.tar.bz2"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~x86 ~sparc"
+# does not work with rpm-4.2
DEPEND=">=sys-devel/libtool-1.4.1
- >=app-arch/rpm-4.0.2
+ <app-arch/rpm-4.2
oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )"
src_unpack() {
unpack ${A}
+ # patch their half baked attempt at supporting ogg vorbis
epatch ${FILESDIR}/${P}-vorbisfile.patch || die "patch failed"
}