diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2003-12-31 04:21:04 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2003-12-31 04:21:04 +0000 |
commit | 5a5d89701843610a5aa563ba2d6847fe87897732 (patch) | |
tree | 3b65f373ff18764bffcba02258c4dd7b7c81fed0 /net-im/linphone/linphone-0.10.2.ebuild | |
parent | Marked stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-5a5d89701843610a5aa563ba2d6847fe87897732.tar.gz gentoo-2-5a5d89701843610a5aa563ba2d6847fe87897732.tar.bz2 gentoo-2-5a5d89701843610a5aa563ba2d6847fe87897732.zip |
Fixed DEPEND handling and removed non-x86 KEYWORDS. See Changelog.
Diffstat (limited to 'net-im/linphone/linphone-0.10.2.ebuild')
-rw-r--r-- | net-im/linphone/linphone-0.10.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/linphone/linphone-0.10.2.ebuild b/net-im/linphone/linphone-0.10.2.ebuild index 2ffd81a795f7..74d5dd94fe42 100644 --- a/net-im/linphone/linphone-0.10.2.ebuild +++ b/net-im/linphone/linphone-0.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.7 2003/12/06 23:29:17 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.8 2003/12/31 04:21:04 bazik Exp $ IUSE="doc gnome gtk2 gtk nls xv alsa" @@ -10,12 +10,12 @@ SRC_URI="http://simon.morlat.free.fr/download/${PV}/sources/${P}.tar.gz" SLOT="1" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86" DEPEND="dev-libs/glib >=net-libs/libosip-0.9.6 dev-util/pkgconfig - xv? ( dev-lang/nasm ) + x86? ( xv? ( dev-lang/nasm ) ) gtk? ( =x11-libs/gtk+-1.2* ) gtk2? ( >=x11-libs/gtk+-2 ) gnome? ( gnome-base/gnome-panel |