diff options
-rw-r--r-- | media-sound/xmms/xmms-1.2.7-r15.ebuild | 5 | ||||
-rw-r--r-- | media-sound/xmms/xmms-1.2.7-r16.ebuild | 5 | ||||
-rw-r--r-- | media-sound/xmms/xmms-1.2.7-r18.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/xmms/xmms-1.2.7-r15.ebuild b/media-sound/xmms/xmms-1.2.7-r15.ebuild index 9e035774b1bb..8bd069f0244e 100644 --- a/media-sound/xmms/xmms-1.2.7-r15.ebuild +++ b/media-sound/xmms/xmms-1.2.7-r15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r15.ebuild,v 1.3 2002/12/15 10:44:20 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r15.ebuild,v 1.4 2003/01/31 06:50:18 bcowan Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb" @@ -128,7 +128,8 @@ src_compile() { econf ${myconf} || die - emake || die + ### emake seems to break some compiles please keep @ make + make || die } src_install() { diff --git a/media-sound/xmms/xmms-1.2.7-r16.ebuild b/media-sound/xmms/xmms-1.2.7-r16.ebuild index 60de78901a8b..791f7bfa1e38 100644 --- a/media-sound/xmms/xmms-1.2.7-r16.ebuild +++ b/media-sound/xmms/xmms-1.2.7-r16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r16.ebuild,v 1.2 2002/12/20 03:55:51 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r16.ebuild,v 1.3 2003/01/31 06:50:18 bcowan Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb" @@ -131,7 +131,8 @@ src_compile() { econf ${myconf} || die - emake || die + ### emake seems to break some compiles, please keep @ make + make || die } src_install() { diff --git a/media-sound/xmms/xmms-1.2.7-r18.ebuild b/media-sound/xmms/xmms-1.2.7-r18.ebuild index 51b55a6b52a0..312b2318f851 100644 --- a/media-sound/xmms/xmms-1.2.7-r18.ebuild +++ b/media-sound/xmms/xmms-1.2.7-r18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r18.ebuild,v 1.2 2003/01/19 17:33:56 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r18.ebuild,v 1.3 2003/01/31 06:50:18 bcowan Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb ipv6" @@ -131,7 +131,8 @@ src_compile() { econf ${myconf} || die - emake || die + ### emake seems to break some compiles, please keep @ make + make || die } src_install() { |