diff options
author | 2001-10-07 00:14:36 +0000 | |
---|---|---|
committer | 2001-10-07 00:14:36 +0000 | |
commit | e2b0ea34d1acac2be90d347812e70ff99f2aeaae (patch) | |
tree | f6905b641de4f10efc69461d933e2bdbf528c404 /dev-libs/libxslt | |
parent | removed the old location (diff) | |
download | gentoo-2-e2b0ea34d1acac2be90d347812e70ff99f2aeaae.tar.gz gentoo-2-e2b0ea34d1acac2be90d347812e70ff99f2aeaae.tar.bz2 gentoo-2-e2b0ea34d1acac2be90d347812e70ff99f2aeaae.zip |
use dev-libs/libxml2
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/libxslt-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxslt/libxslt-1.0.1.ebuild b/dev-libs/libxslt/libxslt-1.0.1.ebuild index 74dc9aa25fe3..d370c6e74728 100644 --- a/dev-libs/libxslt/libxslt-1.0.1.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.1.ebuild,v 1.3 2001/08/31 23:32:48 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.1.ebuild,v 1.4 2001/10/07 00:13:53 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" RDEPEND="virtual/glibc - >=gnome-libs/libxml2-2.4.1" + >=dev-libs/libxml2-2.4.1" DEPEND="${RDEPEND} sys-devel/perl" |