diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-08 05:49:40 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-08 05:49:40 +0000 |
commit | 46467071e3f0549ebb534e508a616fd1612e34d7 (patch) | |
tree | 4a18a4b2554cbce14caa4191c0d94d5a82652f1e /xfce-extra | |
parent | abort if user gives us bogus arguements #77107 (diff) | |
download | gentoo-2-46467071e3f0549ebb534e508a616fd1612e34d7.tar.gz gentoo-2-46467071e3f0549ebb534e508a616fd1612e34d7.tar.bz2 gentoo-2-46467071e3f0549ebb534e508a616fd1612e34d7.zip |
config fix
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild index 4a76a1aeb2c9..e6b7f2c86068 100644 --- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild +++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild,v 1.1 2005/01/06 21:45:46 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.1.99.3-r1.ebuild,v 1.2 2005/01/08 05:49:40 bcowan Exp $ DESCRIPTION="Xfce 4 mixer panel plugin" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" @@ -8,6 +8,6 @@ IUSE="alsa" XFCE_RDEPEND="alsa? ( media-libs/alsa-lib ) >=xfce-base/xfce4-panel-${PV}-r1" -XFCE_CONFIG="$(use_enable alsa --with-sound=alsa)" +use alsa && XFCE_CONFIG="--with-sound=alsa" -inherit xfce4 +inherit xfce4
\ No newline at end of file |