summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-28 01:51:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-28 01:51:09 +0000
commit1f5cad90a8ba60d133f68a4cadb66371163b3fcb (patch)
tree60c8c16c3aea94c739a6191cc86208b753a61b60 /app-pda/synce-sync-engine
parentUSE="opensync" with plugins for both 0.2x and 0.3x series. (diff)
downloadgentoo-2-1f5cad90a8ba60d133f68a4cadb66371163b3fcb.tar.gz
gentoo-2-1f5cad90a8ba60d133f68a4cadb66371163b3fcb.tar.bz2
gentoo-2-1f5cad90a8ba60d133f68a4cadb66371163b3fcb.zip
Make sure USE python is enabled for libopensync, has Import
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-sync-engine')
-rw-r--r--app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild
index 2c78f2f36ee1..e2a705678786 100644
--- a/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild
+++ b/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.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-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild,v 1.4 2011/03/28 01:47:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild,v 1.5 2011/03/28 01:51:09 ssuominen Exp $
EAPI=3
@@ -26,7 +26,7 @@ RDEPEND="dev-libs/librapi2[python]
dev-libs/libxslt[python]
dev-python/dbus-python
dev-python/pygobject
- opensync? ( >=app-pda/libopensync-0.22 )"
+ opensync? ( >=app-pda/libopensync-0.22[python] )"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="SyncEngine"