diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:23:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:23:07 +0000 |
commit | 215815c8d0b8c555454ced8da891bbd803c31ec8 (patch) | |
tree | 560e8e0f615eca75e7f5abdbc04014f149256e4b /media-sound/xmp | |
parent | "Stable x86, bug #147570" (diff) | |
download | gentoo-2-215815c8d0b8c555454ced8da891bbd803c31ec8.tar.gz gentoo-2-215815c8d0b8c555454ced8da891bbd803c31ec8.tar.bz2 gentoo-2-215815c8d0b8c555454ced8da891bbd803c31ec8.zip |
Remove xmms useflag.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'media-sound/xmp')
-rw-r--r-- | media-sound/xmp/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild | 13 |
2 files changed, 11 insertions, 10 deletions
diff --git a/media-sound/xmp/ChangeLog b/media-sound/xmp/ChangeLog index 5d4c5a9b0cdb..0c3dd8a516b9 100644 --- a/media-sound/xmp/ChangeLog +++ b/media-sound/xmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/xmp -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/ChangeLog,v 1.10 2005/09/10 15:50:36 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/ChangeLog,v 1.11 2006/11/13 15:23:07 flameeyes Exp $ + + 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + xmp-2.0.5_pre3-r1.ebuild: + Remove xmms useflag. 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xmp-2.0.5_pre3-r1.ebuild: diff --git a/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild b/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild index bf9770f6faaa..34be25410a2e 100644 --- a/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild +++ b/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild,v 1.7 2005/09/10 15:50:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild,v 1.8 2006/11/13 15:23:07 flameeyes Exp $ -IUSE="xmms arts esd nas X oss" +IUSE="arts esd nas X oss" inherit eutils @@ -21,8 +21,7 @@ KEYWORDS="-amd64 x86 -sparc" DEPEND="X? ( virtual/x11 ) esd? ( media-sound/esound ) nas? ( media-libs/nas ) - arts? ( kde-base/arts ) - xmms? ( media-sound/xmms )" + arts? ( kde-base/arts )" # Nobody uses alsa5, but if they do, they can hand edit this... # alsa? ( =media-libs/alsa-lib-0.5* ) @@ -56,9 +55,7 @@ src_compile() { && myconf="${myconf} --enable-oss" \ || myconf="${myconf} --disable-oss" - use xmms \ - && myconf="${myconf} --enable-xmms" \ - || myconf="${myconf} --disable-xmms" + myconf="${myconf} --disable-xmms" use X \ && myconf="${myconf} --with-x" \ |