diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:21:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:21:56 +0000 |
commit | 4aa26c93b6f157680ef5bf536a6a44755447e600 (patch) | |
tree | e6b6e6934956df2162a59c9af693a5c7f9d92aa4 /media-sound/DBMix/DBMix-0.9.8.ebuild | |
parent | Remove xmms useflag. Remove -amd64 as the reported failure was in the now-gon... (diff) | |
download | historical-4aa26c93b6f157680ef5bf536a6a44755447e600.tar.gz historical-4aa26c93b6f157680ef5bf536a6a44755447e600.tar.bz2 historical-4aa26c93b6f157680ef5bf536a6a44755447e600.zip |
Remove xmms useflag. Remove -sparc as the reported failure was in the now-gone xmms plugin.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'media-sound/DBMix/DBMix-0.9.8.ebuild')
-rw-r--r-- | media-sound/DBMix/DBMix-0.9.8.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/media-sound/DBMix/DBMix-0.9.8.ebuild b/media-sound/DBMix/DBMix-0.9.8.ebuild index 6458f8842131..f6d9d1540275 100644 --- a/media-sound/DBMix/DBMix-0.9.8.ebuild +++ b/media-sound/DBMix/DBMix-0.9.8.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/DBMix/DBMix-0.9.8.ebuild,v 1.6 2006/06/16 21:22:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/DBMix/DBMix-0.9.8.ebuild,v 1.7 2006/11/13 15:21:56 flameeyes Exp $ -IUSE="xmms" +IUSE="" -DESCRIPTION="Mix several xmms and other sound streams like a DJ" +DESCRIPTION="Mix several sound streams like a DJ" HOMEPAGE="http://dbmix.sourceforge.net" SRC_URI="mirror://sourceforge/dbmix/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" # -amd64: looks like sizeof() problems... sound plays but "skippy" -# -sparc: fails to initialize. xmms plugin segfaults xmms on exit -KEYWORDS="x86 -amd64 -sparc" +KEYWORDS="x86 -amd64" -DEPEND="x11-libs/gtk+ - xmms? ( media-sound/xmms )" +DEPEND="x11-libs/gtk+" RDEPEND="x11-libs/gtk+" src_unpack() { |