summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-29 07:47:23 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-29 07:47:23 +0000
commit499a095b6354c3c907ee056836865e0a7d7c85cd (patch)
treed9f709ffb2897655faf5fe5c3b801b1503531f36
parentVersion bump. uses new apache-module eclass (diff)
downloadgentoo-2-499a095b6354c3c907ee056836865e0a7d7c85cd.tar.gz
gentoo-2-499a095b6354c3c907ee056836865e0a7d7c85cd.tar.bz2
gentoo-2-499a095b6354c3c907ee056836865e0a7d7c85cd.zip
mips support
(Portage version: 2.0.51-r15)
-rw-r--r--media-plugins/xmms-mad/xmms-mad-0.7.ebuild10
-rw-r--r--media-sound/xmms/xmms-1.2.10-r10.ebuild6
2 files changed, 7 insertions, 9 deletions
diff --git a/media-plugins/xmms-mad/xmms-mad-0.7.ebuild b/media-plugins/xmms-mad/xmms-mad-0.7.ebuild
index 603ac8702c99..5a8baefcbbc2 100644
--- a/media-plugins/xmms-mad/xmms-mad-0.7.ebuild
+++ b/media-plugins/xmms-mad/xmms-mad-0.7.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/xmms-mad-0.7.ebuild,v 1.2 2004/12/09 09:32:49 eradicator Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/xmms-mad-0.7.ebuild,v 1.3 2005/01/29 07:47:19 vapier Exp $
inherit eutils
@@ -12,12 +10,12 @@ SRC_URI="mirror://sourceforge/xmms-mad/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+IUSE=""
RDEPEND="media-sound/xmms
media-libs/libid3tag
media-libs/libmad"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/media-sound/xmms/xmms-1.2.10-r10.ebuild b/media-sound/xmms/xmms-1.2.10-r10.ebuild
index 4d802defa1e5..a36a6bea1b1f 100644
--- a/media-sound/xmms/xmms-1.2.10-r10.ebuild
+++ b/media-sound/xmms/xmms-1.2.10-r10.ebuild
@@ -1,6 +1,6 @@
# 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-r10.ebuild,v 1.2 2005/01/28 00:07:18 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r10.ebuild,v 1.3 2005/01/29 07:47:23 vapier Exp $
inherit flag-o-matic eutils libtool gnuconfig
@@ -17,9 +17,9 @@ SRC_URI="http://www.xmms.org/files/1.2.x/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-# alpha and mips were removed because they don't satisfy DEPEND. See bug #66572.
+# alpha was removed because it doesnt satisfy DEPEND. See bug #66572.
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="xml nls esd opengl mmx oggvorbis 3dnow mikmod directfb ipv6 alsa oss arts jack sndfile lirc flac mad"
DEPEND="=x11-libs/gtk+-1.2*