diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:51:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:51:16 +0000 |
commit | 6d77797fa132539059f04e04786b10094f758400 (patch) | |
tree | f36da479ad462ad509edff0db365024963fa3730 /net-libs/iax/iax-0.2.2.ebuild | |
parent | Fix build without flac, bug #285567. Thanks to Richard Ash for the patch. (diff) | |
download | historical-6d77797fa132539059f04e04786b10094f758400.tar.gz historical-6d77797fa132539059f04e04786b10094f758400.tar.bz2 historical-6d77797fa132539059f04e04786b10094f758400.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-libs/iax/iax-0.2.2.ebuild')
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index 95d73d0cfa4c..616c4b5863f0 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.7 2005/04/24 02:45:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.8 2009/09/23 18:47:58 patrick Exp $ IUSE="" DESCRIPTION="IAX (Inter Asterisk eXchange) Library" HOMEPAGE="http://www.digium.com/" LICENSE="LGPL-2" -DEPEND="virtual/libc" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" SLOT="0" SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz" |