diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-14 16:23:31 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-14 16:23:31 +0000 |
commit | 668c74ec1e3cf234961e521a031657487b5f4962 (patch) | |
tree | b5dbac37386465d2fd86707b52fb25aadccda49c /net-libs/soup | |
parent | credit where credit is due (diff) | |
download | historical-668c74ec1e3cf234961e521a031657487b5f4962.tar.gz historical-668c74ec1e3cf234961e521a031657487b5f4962.tar.bz2 historical-668c74ec1e3cf234961e521a031657487b5f4962.zip |
Fixed deps
Diffstat (limited to 'net-libs/soup')
-rw-r--r-- | net-libs/soup/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/soup/soup-0.7.10.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-libs/soup/ChangeLog b/net-libs/soup/ChangeLog index 8287e789b932..acdde12167e8 100644 --- a/net-libs/soup/ChangeLog +++ b/net-libs/soup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/soup # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/ChangeLog,v 1.8 2002/12/24 11:37:13 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/ChangeLog,v 1.9 2003/01/14 16:23:31 foser Exp $ + + 14 Jan 2003; foser <foser@gentoo.org> soup-0.7.10.ebuild : + Fixed libxml dep (#13817) 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-libs/soup/soup-0.7.10.ebuild b/net-libs/soup/soup-0.7.10.ebuild index 09c129cadf44..61c0f23894da 100644 --- a/net-libs/soup/soup-0.7.10.ebuild +++ b/net-libs/soup/soup-0.7.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.10.ebuild,v 1.1 2002/12/24 11:37:15 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.10.ebuild,v 1.2 2003/01/14 16:23:31 foser Exp $ IUSE="ssl doc" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" DEPEND=">=dev-util/pkgconfig-0.12.0 =dev-libs/glib-1.2* - >=dev-libs/libxml2-2.4.16 + dev-libs/libxml dev-libs/popt ssl? ( dev-libs/openssl ) doc? ( >=dev-util/gtk-doc-0.9-r2 )" @@ -49,4 +49,3 @@ src_install() { dodoc AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO } - |