diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 02:16:27 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 02:16:27 +0000 |
commit | b6275da258cba134014dd813aceb460685f99bea (patch) | |
tree | 94f741ff78ccc0cdb94cfd9407e78669f814f884 /eclass/xmms-plugin.eclass | |
parent | Fix missing MD5 digests for bug #138128. (diff) | |
download | gentoo-2-b6275da258cba134014dd813aceb460685f99bea.tar.gz gentoo-2-b6275da258cba134014dd813aceb460685f99bea.tar.bz2 gentoo-2-b6275da258cba134014dd813aceb460685f99bea.zip |
Change autoconf dependency to fix bug #138266. Added myself as maintainer.
Diffstat (limited to 'eclass/xmms-plugin.eclass')
-rw-r--r-- | eclass/xmms-plugin.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass index 15cf6c823f79..24236ff57eae 100644 --- a/eclass/xmms-plugin.eclass +++ b/eclass/xmms-plugin.eclass @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.20 2005/10/15 19:12:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.21 2006/06/28 02:16:27 metalgod Exp $ # # Jeremy Huddleston <eradicator@gentoo.org> +# Luis Medinas <metalgod@gentoo.org> # Usage: # This eclass is used to create ebuilds for xmms plugins which are contained @@ -11,7 +12,7 @@ # PATCH_VER: # M4_VER: # GENTOO_URI: -GENTOO_URI=${GENTOO_URI-"http://dev.gentoo.org/~eradicator/xmms"} +GENTOO_URI=${GENTOO_URI-"http://dev.gentoo.org/~metalgod/xmms"} # Set this variable if you want to use a gentoo specific patchset. This adds # ${GENTOO_URI}/xmms-${PV}-gentoo-patches-${PATCH_VER}.tar.bz2 to the SRC_URI @@ -41,7 +42,7 @@ S="${WORKDIR}/xmms-${PV}" RDEPEND="${RDEPEND+${RDEPEND}}${RDEPEND-${DEPEND}}" DEPEND="${DEPEND} =sys-devel/automake-1.7* - =sys-devel/autoconf-2.5* + >=sys-devel/autoconf-2.5* sys-devel/libtool" xmms-plugin_src_unpack() { |