diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-05-03 20:56:30 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-05-03 20:56:30 +0000 |
commit | f4ae754663d84281c348cde2a2ef78d84c18f6e6 (patch) | |
tree | 3499f28d310ca1d65f4fdadb906c856b416e5f09 /media-sound/xmms/xmms-1.2.10-r14.ebuild | |
parent | Add support for BSD rpc.yppasswd thanks to Torsten Krah <tkrah@fachschaft.imn... (diff) | |
download | gentoo-2-f4ae754663d84281c348cde2a2ef78d84c18f6e6.tar.gz gentoo-2-f4ae754663d84281c348cde2a2ef78d84c18f6e6.tar.bz2 gentoo-2-f4ae754663d84281c348cde2a2ef78d84c18f6e6.zip |
Fixed compilation with gcc2. Closes bug #86469 thanks to Matt Taylor <liverbugg@juno.com>. Stable amd64, sparc, x86.
(Portage version: 2.0.51.21)
Diffstat (limited to 'media-sound/xmms/xmms-1.2.10-r14.ebuild')
-rw-r--r-- | media-sound/xmms/xmms-1.2.10-r14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/xmms/xmms-1.2.10-r14.ebuild b/media-sound/xmms/xmms-1.2.10-r14.ebuild index 3cf7c1f7f3a2..b7867428b568 100644 --- a/media-sound/xmms/xmms-1.2.10-r14.ebuild +++ b/media-sound/xmms/xmms-1.2.10-r14.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r14.ebuild,v 1.1 2005/04/16 00:44:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r14.ebuild,v 1.2 2005/05/03 20:56:30 eradicator Exp $ inherit flag-o-matic eutils libtool gnuconfig -PATCH_VER="2.2.3" +PATCH_VER="2.2.5" M4_VER="1.1" PATCHDIR="${WORKDIR}/patches" @@ -19,7 +19,7 @@ SRC_URI="http://www.xmms.org/files/1.2.x/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" IUSE="nls esd mmx oggvorbis 3dnow mikmod directfb alsa oss arts jack sndfile lirc flac mad mp3" DEPEND="=x11-libs/gtk+-1.2*" |