diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-10-18 23:21:11 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-10-18 23:21:11 +0000 |
commit | f48bd1972768685073d656bf92a317f66dd8c920 (patch) | |
tree | d957111994c0cafb4928b3694fb3cc4b3d9731fc /net-misc | |
parent | yick, grammar (diff) | |
download | gentoo-2-f48bd1972768685073d656bf92a317f66dd8c920.tar.gz gentoo-2-f48bd1972768685073d656bf92a317f66dd8c920.tar.bz2 gentoo-2-f48bd1972768685073d656bf92a317f66dd8c920.zip |
Package depends on libxml2, not libxml. Closes bug #99159.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/streamtuner/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/streamtuner/ChangeLog b/net-misc/streamtuner/ChangeLog index ba8e31ddea0f..141dadb22cf4 100644 --- a/net-misc/streamtuner/ChangeLog +++ b/net-misc/streamtuner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/streamtuner # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.23 2005/07/30 17:53:53 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.24 2005/10/18 23:21:11 chainsaw Exp $ + + 18 Oct 2005; Tony Vroon <chainsaw@gentoo.org> + streamtuner-0.99.99-r1.ebuild: + Package depends on libxml2, not libxml. Closes bug #99159. *streamtuner-0.99.99-r1 (30 Jul 2005) diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild index 6aebaabf701a..4e669caf7a78 100644 --- a/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild,v 1.1 2005/07/30 17:53:53 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild,v 1.2 2005/10/18 23:21:11 chainsaw Exp $ IUSE="xmms" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND=">=x11-libs/gtk+-2.4 >=net-misc/curl-7.10.8 >=app-text/scrollkeeper-0.3.0 - >=dev-libs/libxml-1.8.17-r2 + >=dev-libs/libxml2 >=media-libs/taglib-1.2" RDEPEND="${DEPEND} |