diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:10:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:10:57 +0000 |
commit | 368b6f48259b4d11bb2078ff9b40b68ee3d65720 (patch) | |
tree | ed7e5d5176df99b71db0d08a9403e8937a5baf39 /net-libs/libosip/libosip-0.9.7.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-368b6f48259b4d11bb2078ff9b40b68ee3d65720.tar.gz gentoo-2-368b6f48259b4d11bb2078ff9b40b68ee3d65720.tar.bz2 gentoo-2-368b6f48259b4d11bb2078ff9b40b68ee3d65720.zip |
sync IUSE (+debug)
Diffstat (limited to 'net-libs/libosip/libosip-0.9.7.ebuild')
-rw-r--r-- | net-libs/libosip/libosip-0.9.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libosip/libosip-0.9.7.ebuild b/net-libs/libosip/libosip-0.9.7.ebuild index 8b0c25bf1c00..c9b73cb9f11d 100644 --- a/net-libs/libosip/libosip-0.9.7.ebuild +++ b/net-libs/libosip/libosip-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.7.ebuild,v 1.4 2004/07/01 22:26:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.7.ebuild,v 1.5 2004/07/15 01:10:57 agriffis Exp $ DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." HOMEPAGE="http://www.linphone.org/?lang=us" @@ -9,6 +9,7 @@ SRC_URI="http://osip.atosc.org/download/osip/${P}.tar.gz" SLOT="1" LICENSE="LGPL-2" KEYWORDS="~x86 ~amd64" +IUSE="" DEPEND="virtual/libc" |