diff options
Diffstat (limited to 'kde-base/arts/arts-1.1.2.ebuild')
-rw-r--r-- | kde-base/arts/arts-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/arts/arts-1.1.2.ebuild b/kde-base/arts/arts-1.1.2.ebuild index fb53794a4600..7f06eb402b7c 100644 --- a/kde-base/arts/arts-1.1.2.ebuild +++ b/kde-base/arts/arts-1.1.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/kde-base/arts/arts-1.1.2.ebuild,v 1.7 2003/06/19 14:30:12 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.2.ebuild,v 1.8 2003/06/30 11:25:38 brad Exp $ inherit kde-base flag-o-matic IUSE="alsa oggvorbis artswrappersuid" # mad has no use flag (yet?) @@ -29,7 +29,7 @@ filter-flags "-foptimize-sibling-calls" SLOT="3.1" LICENSE="GPL-2 LGPL-2" -use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa" +use alsa && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa" use oggvorbis || myconf="$myconf --disable-vorbis" #use mad || myconf="$myconf --disable-libmad" |