summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-01-24 02:59:29 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-01-24 02:59:29 +0000
commit180ff34d94c8da5c1ee782ccbeca434687585d1e (patch)
treee64b872b90dec845c986448bcb7d42485489356e
parentDepend on proper slot of dev-python/python-dateutil (diff)
downloadgentoo-2-180ff34d94c8da5c1ee782ccbeca434687585d1e.tar.gz
gentoo-2-180ff34d94c8da5c1ee782ccbeca434687585d1e.tar.bz2
gentoo-2-180ff34d94c8da5c1ee782ccbeca434687585d1e.zip
Depend on proper slot of dev-python/python-dateutil
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r--app-pda/libopensync-plugin-moto/ChangeLog8
-rw-r--r--app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-pda/libopensync-plugin-moto/ChangeLog b/app-pda/libopensync-plugin-moto/ChangeLog
index 17ac20479a3e..a6b3afcf1d6c 100644
--- a/app-pda/libopensync-plugin-moto/ChangeLog
+++ b/app-pda/libopensync-plugin-moto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/libopensync-plugin-moto
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/ChangeLog,v 1.1 2011/03/30 18:17:05 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/ChangeLog,v 1.2 2012/01/24 02:59:29 xarthisius Exp $
+
+ 24 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org>
+ libopensync-plugin-moto-0.22.ebuild:
+ Depend on proper slot of dev-python/python-dateutil
*libopensync-plugin-moto-0.22 (30 Mar 2011)
diff --git a/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild b/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild
index 42f695ca28e2..7fdcca2b58e4 100644
--- a/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild
+++ b/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild,v 1.2 2011/03/30 18:26:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild,v 1.3 2012/01/24 02:59:29 xarthisius Exp $
EAPI=3
@@ -19,7 +19,7 @@ IUSE="bluetooth"
RDEPEND="~app-pda/libopensync-${PV}
~app-pda/libopensync-plugin-python-${PV}
- dev-python/python-dateutil
+ dev-python/python-dateutil:python-2
bluetooth? ( dev-python/pybluez )"
DEPEND=""