diff options
author | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2010-10-26 14:04:27 +0000 |
---|---|---|
committer | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2010-10-26 14:04:27 +0000 |
commit | 2daf0a7e4b5474fa38efb7502594d4d3085c8701 (patch) | |
tree | 71b10c874d24981aa8a62092313abf1b02a4d104 /net-voip | |
parent | Stable for PPC (bug #342059). (diff) | |
download | gentoo-2-2daf0a7e4b5474fa38efb7502594d4d3085c8701.tar.gz gentoo-2-2daf0a7e4b5474fa38efb7502594d4d3085c8701.tar.bz2 gentoo-2-2daf0a7e4b5474fa38efb7502594d4d3085c8701.zip |
Bug #339294.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/sflphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/sflphone/sflphone-0.9.8.4.ebuild | 15 |
2 files changed, 13 insertions, 7 deletions
diff --git a/net-voip/sflphone/ChangeLog b/net-voip/sflphone/ChangeLog index 55794ff0f02b..8bb522e6d95a 100644 --- a/net-voip/sflphone/ChangeLog +++ b/net-voip/sflphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/sflphone # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.2 2010/10/26 13:10:10 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.3 2010/10/26 14:04:27 elvanor Exp $ + + 26 Oct 2010; <elvanor@gentoo.org> sflphone-0.9.8.4.ebuild: + Bug #339294, again. Put gnome-doc-utils as DEPEND only. 26 Oct 2010; <elvanor@gentoo.org> sflphone-0.9.8.4.ebuild: Fixed bug #339294. diff --git a/net-voip/sflphone/sflphone-0.9.8.4.ebuild b/net-voip/sflphone/sflphone-0.9.8.4.ebuild index d17289328c3f..91c83c02dfbc 100644 --- a/net-voip/sflphone/sflphone-0.9.8.4.ebuild +++ b/net-voip/sflphone/sflphone-0.9.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v 1.2 2010/10/26 13:10:10 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v 1.3 2010/10/26 14:04:27 elvanor Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="debug gnome gsm iax networkmanager speex" -DEPEND="media-sound/pulseaudio +CDEPEND="media-sound/pulseaudio media-libs/libsamplerate net-libs/ccrtp net-libs/libzrtpcpp @@ -31,22 +31,25 @@ DEPEND="media-sound/pulseaudio speex? ( media-libs/speex ) networkmanager? ( net-misc/networkmanager ) iax? ( net-libs/iax ) - gnome? ( app-text/gnome-doc-utils - dev-libs/atk + gnome? ( dev-libs/atk dev-libs/check dev-libs/log4c - net-libs/libsoup gnome-base/libgnomeui gnome-base/orbit gnome-extra/evolution-data-server media-libs/libart_lgpl media-libs/freetype media-libs/fontconfig + net-libs/libsoup x11-libs/cairo x11-libs/libnotify x11-libs/libICE x11-libs/libSM )" -RDEPEND="${DEPEND}" + +DEPEND="${CDEPEND} + gnome? ( app-text/gnome-doc-utils )" + +RDEPEND="${CDEPEND}" src_prepare() { if ! use gnome; then |