diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 09:36:30 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 09:36:30 +0000 |
commit | c28633c092702369d1230767da212eb8526ec0fa (patch) | |
tree | 3166654d0521692ee630ab6a6f66e67735462c16 /eclass | |
parent | Stable on hppa. (diff) | |
download | historical-c28633c092702369d1230767da212eb8526ec0fa.tar.gz historical-c28633c092702369d1230767da212eb8526ec0fa.tar.bz2 historical-c28633c092702369d1230767da212eb8526ec0fa.zip |
Typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xmms-plugin.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass index 24236ff57eae..d30da682f5a8 100644 --- a/eclass/xmms-plugin.eclass +++ b/eclass/xmms-plugin.eclass @@ -1,6 +1,6 @@ # 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.21 2006/06/28 02:16:27 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.22 2006/06/28 09:36:30 metalgod Exp $ # # Jeremy Huddleston <eradicator@gentoo.org> # Luis Medinas <metalgod@gentoo.org> @@ -42,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.59 sys-devel/libtool" xmms-plugin_src_unpack() { |