summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 15:21:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 15:21:56 +0000
commit4aa26c93b6f157680ef5bf536a6a44755447e600 (patch)
treee6b6e6934956df2162a59c9af693a5c7f9d92aa4
parentRemove xmms useflag. Remove -amd64 as the reported failure was in the now-gon... (diff)
downloadhistorical-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
-rw-r--r--media-sound/DBMix/ChangeLog6
-rw-r--r--media-sound/DBMix/DBMix-0.9.8.ebuild12
2 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/DBMix/ChangeLog b/media-sound/DBMix/ChangeLog
index 7bbd84819ec9..942b1f9d5941 100644
--- a/media-sound/DBMix/ChangeLog
+++ b/media-sound/DBMix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/DBMix
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/DBMix/ChangeLog,v 1.6 2006/06/16 21:22:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/DBMix/ChangeLog,v 1.7 2006/11/13 15:21:56 flameeyes Exp $
+
+ 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> DBMix-0.9.8.ebuild:
+ Remove xmms useflag. Remove -sparc as the reported failure was in the
+ now-gone xmms plugin.
16 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> DBMix-0.9.8.ebuild:
Remove gnuconfig update.
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() {