diff options
author | 2011-11-30 22:38:34 +0000 | |
---|---|---|
committer | 2011-11-30 22:38:34 +0000 | |
commit | 2a47b2a39ebb0a242315f241701e62c90d98395f (patch) | |
tree | c649876b20f37d6603d254fd1f6fecdcb1005f04 /net-voip | |
parent | whitespace (diff) | |
download | gentoo-2-2a47b2a39ebb0a242315f241701e62c90d98395f.tar.gz gentoo-2-2a47b2a39ebb0a242315f241701e62c90d98395f.tar.bz2 gentoo-2-2a47b2a39ebb0a242315f241701e62c90d98395f.zip |
Fixed sflphone dependency on dbus-c++ (bug #392219).
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/sflphone/sflphone-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-voip/sflphone/sflphone-1.0.1.ebuild b/net-voip/sflphone/sflphone-1.0.1.ebuild index e084ef70421e..2a9979466e1e 100644 --- a/net-voip/sflphone/sflphone-1.0.1.ebuild +++ b/net-voip/sflphone/sflphone-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-1.0.1.ebuild,v 1.1 2011/11/26 16:19:38 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-1.0.1.ebuild,v 1.2 2011/11/30 22:38:34 elvanor Exp $ EAPI="3" @@ -18,6 +18,7 @@ IUSE="debug doxygen gnome gsm networkmanager speex static-libs" # USE="-iax" does not work. Upstream problem. CDEPEND="dev-cpp/commoncpp2 + dev-libs/dbus-c++ dev-libs/expat dev-libs/openssl dev-libs/libpcre |