diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:47:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:47:58 +0000 |
commit | 6bb91c762ca09bb877560453fa904fee97546cb7 (patch) | |
tree | 6a70bc623ee0f5a148203e883a8367094d016caf /net-libs/iax/iax-0.2.2.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6bb91c762ca09bb877560453fa904fee97546cb7.tar.gz gentoo-2-6bb91c762ca09bb877560453fa904fee97546cb7.tar.bz2 gentoo-2-6bb91c762ca09bb877560453fa904fee97546cb7.zip |
Remove virtual/libc
(Portage version: 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" |