diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:44:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:44:49 +0000 |
commit | 26a85a24d5764513def044407a7ce59e1c16a3b3 (patch) | |
tree | 06b0eeb9e9dae7c2b884e3df4f0dc11cf439e136 /net-misc/sipsak/sipsak-0.9.6_p1.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-26a85a24d5764513def044407a7ce59e1c16a3b3.tar.gz gentoo-2-26a85a24d5764513def044407a7ce59e1c16a3b3.tar.bz2 gentoo-2-26a85a24d5764513def044407a7ce59e1c16a3b3.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/sipsak/sipsak-0.9.6_p1.ebuild')
-rw-r--r-- | net-misc/sipsak/sipsak-0.9.6_p1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild index ec2ac9db458a..a046aa51a3fe 100644 --- a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild +++ b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.5 2008/02/03 15:53:37 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.6 2009/09/23 19:44:49 patrick Exp $ IUSE="gnutls" @@ -16,8 +16,8 @@ RDEPEND="gnutls? ( net-libs/gnutls ) net-dns/c-ares" # ares? ( net-dns/c-ares )" -DEPEND="${RDEPEND} - virtual/libc" +DEPEND="${RDEPEND}" + S=${WORKDIR}/${P/_p1/} src_compile() { |