summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-09-06 22:08:22 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-09-06 22:08:22 +0000
commit6d5bc0a59e68d851143d977f8e9b3b6c5aa9c0d9 (patch)
tree625932ae7db6067d60dd9643e6c12606fdc6f249 /net-p2p/lopster/lopster-1.2.2-r1.ebuild
parentremoving older version (diff)
downloadgentoo-2-6d5bc0a59e68d851143d977f8e9b3b6c5aa9c0d9.tar.gz
gentoo-2-6d5bc0a59e68d851143d977f8e9b3b6c5aa9c0d9.tar.bz2
gentoo-2-6d5bc0a59e68d851143d977f8e9b3b6c5aa9c0d9.zip
Added some bugfixes from cvs. Provided by Lars (Polynomial-C) <polynomial-C@gmx.de>, bug #93667. Using vorbis instead of oggvorbis, bug #94254
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/lopster/lopster-1.2.2-r1.ebuild')
-rw-r--r--net-p2p/lopster/lopster-1.2.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/lopster/lopster-1.2.2-r1.ebuild b/net-p2p/lopster/lopster-1.2.2-r1.ebuild
index e58be5c84648..b2b09353a4fb 100644
--- a/net-p2p/lopster/lopster-1.2.2-r1.ebuild
+++ b/net-p2p/lopster/lopster-1.2.2-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2-r1.ebuild,v 1.2 2005/05/30 22:02:54 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2-r1.ebuild,v 1.3 2005/09/06 22:08:22 sekretarz Exp $
inherit eutils
-IUSE="nls oggvorbis zlib flac"
+IUSE="nls vorbis zlib flac"
DESCRIPTION="A Napster Client using GTK"
HOMEPAGE="http://lopster.sourceforge.net"
@@ -18,7 +18,7 @@ RDEPEND="=x11-libs/gtk+-1.2*
nls? ( sys-devel/gettext )
zlib? ( sys-libs/zlib )
flac? ( media-libs/flac )
- oggvorbis? ( >=media-libs/libvorbis-1.0 )"
+ vorbis? ( >=media-libs/libvorbis-1.0 )"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.59
>=sys-devel/automake-1.9"
@@ -38,7 +38,7 @@ src_compile() {
`use_enable nls` \
`use_with zlib` \
`use_with flac` \
- `use_with oggvorbis ogg` || die "econf failed"
+ `use_with vorbis ogg` || die "econf failed"
emake || die
}