summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-09 18:11:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-09 18:11:48 +0000
commit321a10bc377b9d96507fbab2c566ef80cc5df81f (patch)
tree0a26d79d57d5a1d0d6c13461cefe78ccc47a71a6 /media-sound/aumix/aumix-2.8.ebuild
parentvalidate metadata.xml (diff)
downloadgentoo-2-321a10bc377b9d96507fbab2c566ef80cc5df81f.tar.gz
gentoo-2-321a10bc377b9d96507fbab2c566ef80cc5df81f.tar.bz2
gentoo-2-321a10bc377b9d96507fbab2c566ef80cc5df81f.zip
gtk/gtk2 issue
Diffstat (limited to 'media-sound/aumix/aumix-2.8.ebuild')
-rw-r--r--media-sound/aumix/aumix-2.8.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/aumix/aumix-2.8.ebuild b/media-sound/aumix/aumix-2.8.ebuild
index 100e7e7c1b78..aa63a07a9615 100644
--- a/media-sound/aumix/aumix-2.8.ebuild
+++ b/media-sound/aumix/aumix-2.8.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8.ebuild,v 1.7 2003/11/24 07:25:36 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8.ebuild,v 1.8 2003/12/09 18:11:41 seemant Exp $
-IUSE="gpm nls gtk gnome alsa gtk2"
+IUSE="alsa gtk gtk2 gnome gpm nls"
DESCRIPTION="Aumix volume/mixer control program."
SRC_URI="http://jpj.net/~trevor/aumix/${P}.tar.bz2"
@@ -25,7 +25,9 @@ src_compile() {
local myconf
if use gtk; then
- use gtk2 && myconf="${myconf} --without-gtk1"
+ use gtk2 \
+ && myconf="${myconf} --without-gtk1" \
+ || myconf="${myconf} --without-gtk with-gtk1"
else
myconf="${myconf} --without-gtk --without-gtk1";
fi