diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/linphone/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/linphone/linphone-1.1.0.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/linphone/ChangeLog b/net-misc/linphone/ChangeLog index 766b93b362d5..12856deb0e47 100644 --- a/net-misc/linphone/ChangeLog +++ b/net-misc/linphone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/linphone # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.15 2006/07/01 11:08:57 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.16 2006/07/07 06:49:53 mr_bones_ Exp $ + + 07 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> + linphone-1.1.0.ebuild: + removed optional dep that isn't in portage anymore 01 Jul 2006; Lars Weiler <pylon@gentoo.org> linphone-1.3.5.ebuild: Added ~ppc; bug #132672. diff --git a/net-misc/linphone/linphone-1.1.0.ebuild b/net-misc/linphone/linphone-1.1.0.ebuild index c27537422e67..b84fc7feb012 100644 --- a/net-misc/linphone/linphone-1.1.0.ebuild +++ b/net-misc/linphone/linphone-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.1.0.ebuild,v 1.4 2005/09/30 16:23:36 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.1.0.ebuild,v 1.5 2006/07/07 06:49:53 mr_bones_ Exp $ inherit eutils @@ -18,8 +18,7 @@ IUSE="alsa gnome ipv6 xv" DEPEND="dev-libs/glib dev-perl/XML-Parser >=net-libs/libosip-2.2.0 - || ( >=media-libs/speex-1.1.6 - <media-libs/speex-1.1.0 ) + >=media-libs/speex-1.1.6 x86? ( xv? ( dev-lang/nasm ) ) gnome? ( >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 |