diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-25 16:11:30 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-25 16:11:30 +0000 |
commit | 88bfe7a43cb8949ea3c2089c2e497260a7c21274 (patch) | |
tree | 8611c7466c016ef9ec8b1ba0b2f58badcb55b621 /x11-plugins/wmmixer | |
parent | remove unused keywords (diff) | |
download | gentoo-2-88bfe7a43cb8949ea3c2089c2e497260a7c21274.tar.gz gentoo-2-88bfe7a43cb8949ea3c2089c2e497260a7c21274.tar.bz2 gentoo-2-88bfe7a43cb8949ea3c2089c2e497260a7c21274.zip |
Wiped out broken oss support, fixing bug #150652.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins/wmmixer')
-rw-r--r-- | x11-plugins/wmmixer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/x11-plugins/wmmixer/ChangeLog b/x11-plugins/wmmixer/ChangeLog index c13c3b66edb3..ee05c9705e4c 100644 --- a/x11-plugins/wmmixer/ChangeLog +++ b/x11-plugins/wmmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmixer # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.11 2006/10/15 19:31:46 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.12 2007/01/25 16:11:30 s4t4n Exp $ + + 25 Jan 2007; Michele Noberasco <s4t4n@gentoo.org> wmmixer-2.0_beta4-r1.ebuild: + Fix DEPEND and RDEPEND. Wiped out broken oss support. Fixes bug #150652. 15 Oct 2006; Jason Wever <weeve@gentoo.org> wmmixer-2.0_beta4-r1.ebuild: Stable on SPARC wrt bug #142663. diff --git a/x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild b/x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild index 5c13c8a14aa5..ffafc8b80186 100644 --- a/x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild +++ b/x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild,v 1.3 2006/10/15 19:31:46 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/wmmixer-2.0_beta4-r1.ebuild,v 1.4 2007/01/25 16:11:30 s4t4n Exp $ inherit eutils -IUSE="alsa oss" +IUSE="alsa" DESCRIPTION="The next generation of WMMixer with native ALSA and OSS support." SRC_URI="http://freakzone.net/gordon/src/${PN}-2.0b4.tar.gz" @@ -13,14 +13,12 @@ HOMEPAGE="http://freakzone.net/gordon/#wmmixer" RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" -DEPEND="${RDEPEND} - || ( ( + x11-libs/libXpm x11-proto/xproto x11-proto/xextproto ) virtual/x11 ) - alsa? ( media-libs/alsa-lib ) + alsa? ( media-libs/alsa-lib )" +DEPEND="${RDEPEND} >=sys-apps/sed-4" SLOT="0" @@ -48,8 +46,6 @@ src_compile() { if use alsa ; then myconf="${myconf} --enable-alsa" - elif use oss ; then - myconf="${myconf} --disable-alsatest --enable-oss" fi econf "${myconf}" || die |