diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-04-10 16:34:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-04-10 16:34:50 +0000 |
commit | c3bf0462602cb89b21f7407438b97e014dfc6184 (patch) | |
tree | 8431d649e626488200da8df09995bafe9b28b998 /app-mobilephone/wammu/wammu-0.35.ebuild | |
parent | New snapshot (diff) | |
download | historical-c3bf0462602cb89b21f7407438b97e014dfc6184.tar.gz historical-c3bf0462602cb89b21f7407438b97e014dfc6184.tar.bz2 historical-c3bf0462602cb89b21f7407438b97e014dfc6184.zip |
version bump for bug 355957
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'app-mobilephone/wammu/wammu-0.35.ebuild')
-rw-r--r-- | app-mobilephone/wammu/wammu-0.35.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-mobilephone/wammu/wammu-0.35.ebuild b/app-mobilephone/wammu/wammu-0.35.ebuild index 3553afdad16c..e9b7c4a9e662 100644 --- a/app-mobilephone/wammu/wammu-0.35.ebuild +++ b/app-mobilephone/wammu/wammu-0.35.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/app-mobilephone/wammu/wammu-0.35.ebuild,v 1.3 2011/01/12 18:07:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.35.ebuild,v 1.4 2011/04/10 16:34:50 fauli Exp $ EAPI="3" @@ -15,15 +15,12 @@ SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="bluetooth" +IUSE="bluetooth gnome" RDEPEND=">=app-mobilephone/gammu-1.25.0[python] >=dev-python/wxpython-2.8 - bluetooth? ( - || ( - dev-python/pybluez - net-wireless/gnome-bluetooth - ) + bluetooth? ( dev-python/pybluez + gnome? ( net-wireless/gnome-bluetooth ) )" DEPEND="${RDEPEND}" |