--- vorbis-tools-1.1.1-r2.ebuild.orig 2006-08-13 22:43:10.481554488 +0200 +++ vorbis-tools-1.1.1-r2.ebuild 2006-08-13 22:33:40.819156336 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.1.1-r2.ebuild,v 1.3 2006/05/12 21:21:10 flameeyes Exp $ -IUSE="nls flac speex" +IUSE="curl flac nls speex" inherit eutils toolchain-funcs flag-o-matic @@ -15,8 +15,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" RDEPEND=">=media-libs/libvorbis-1.1.0 - >=media-libs/libao-0.8.2 - >=net-misc/curl-7.9 + curl? ( + >=media-libs/libao-0.8.2 + >=net-misc/curl-7.9 ) speex? ( media-libs/speex ) flac? ( media-libs/flac )" @@ -46,6 +47,7 @@ # --with-speex is not supported. See bug #97316 use speex || myconf="${myconf} --without-speex" use nls || myconf="${myconf} --disable-nls" + use curl || myconf="${myconf} --disable-ogg123" econf ${myconf} || die emake || die