summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-06-28 09:36:30 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-06-28 09:36:30 +0000
commit6602a0983d4794c7c1c072b0aad3f59ad792a006 (patch)
treeff5401db8ad0cad2d8f06572c5395de618e4a2a7 /eclass/xmms-plugin.eclass
parentStable on hppa. (diff)
downloadgentoo-2-6602a0983d4794c7c1c072b0aad3f59ad792a006.tar.gz
gentoo-2-6602a0983d4794c7c1c072b0aad3f59ad792a006.tar.bz2
gentoo-2-6602a0983d4794c7c1c072b0aad3f59ad792a006.zip
Typo
Diffstat (limited to 'eclass/xmms-plugin.eclass')
-rw-r--r--eclass/xmms-plugin.eclass4
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() {