diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-01-20 16:39:28 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-01-20 16:39:28 +0000 |
commit | cb94860e8f58814dc046e54a260ead5e531e92b6 (patch) | |
tree | b0b648d88a2b9354ef1111d63f4f45f0b3b9fc62 /net-misc/siproxd/siproxd-0.8.0-r1.ebuild | |
parent | New version for Audacious 2.4.3 (diff) | |
download | historical-cb94860e8f58814dc046e54a260ead5e531e92b6.tar.gz historical-cb94860e8f58814dc046e54a260ead5e531e92b6.tar.bz2 historical-cb94860e8f58814dc046e54a260ead5e531e92b6.zip |
Fix building with libtool-2.4, bug #349777
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'net-misc/siproxd/siproxd-0.8.0-r1.ebuild')
-rw-r--r-- | net-misc/siproxd/siproxd-0.8.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/siproxd/siproxd-0.8.0-r1.ebuild b/net-misc/siproxd/siproxd-0.8.0-r1.ebuild index 61cdc457758f..82ec5bf28ea5 100644 --- a/net-misc/siproxd/siproxd-0.8.0-r1.ebuild +++ b/net-misc/siproxd/siproxd-0.8.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r1.ebuild,v 1.3 2010/06/21 20:14:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r1.ebuild,v 1.4 2011/01/20 16:39:28 chithanh Exp $ EAPI="2" @@ -20,6 +20,7 @@ IUSE="examples doc static" RDEPEND=">=net-libs/libosip-3.0.0" # debug? ( dev-libs/dmalloc[threads] )" DEPEND="${RDEPEND} + <sys-devel/libtool-2.4:2 doc? ( app-text/docbook-sgml-utils app-text/docbook-sgml-dtd:4.2 )" # docbook-sgml-utils is for building doc |