summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 08:17:52 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 08:17:52 +0000
commit41d0c5721c52c839c880f6f6b910bf60036bc53a (patch)
tree1dc670473b798dd8f1bb3dc5c658f22d24590a61 /dev-python/dbus-python
parentAdapt to latest pygobject don't providing python2.6 support (diff)
downloadgentoo-2-41d0c5721c52c839c880f6f6b910bf60036bc53a.tar.gz
gentoo-2-41d0c5721c52c839c880f6f6b910bf60036bc53a.tar.bz2
gentoo-2-41d0c5721c52c839c880f6f6b910bf60036bc53a.zip
Adapt to latest pygobject don't providing python2.6 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r--dev-python/dbus-python/ChangeLog5
-rw-r--r--dev-python/dbus-python/dbus-python-1.2.0.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog
index f8b8a35576ac..fcf679ca0d58 100644
--- a/dev-python/dbus-python/ChangeLog
+++ b/dev-python/dbus-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dbus-python
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.138 2014/01/05 19:47:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.139 2014/04/26 08:17:52 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> dbus-python-1.2.0.ebuild:
+ Adapt to latest pygobject don't providing python2.6 support
05 Jan 2014; Fabian Groffen <grobian@gentoo.org> dbus-python-1.2.0.ebuild:
Marked ~m68k-mint, bug #494512
diff --git a/dev-python/dbus-python/dbus-python-1.2.0.ebuild b/dev-python/dbus-python/dbus-python-1.2.0.ebuild
index 96d293f1a54b..1f390d155f22 100644
--- a/dev-python/dbus-python/dbus-python-1.2.0.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.13 2014/01/05 19:47:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.14 2014/04/26 08:17:52 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit eutils python-r1
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
IUSE="doc examples test"
# API docs generated with epydoc, which is python2-only
-REQUIRED_USE="doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) )"
+REQUIRED_USE="doc? ( python_targets_python2_7 )"
RDEPEND=">=dev-libs/dbus-glib-0.100:=
>=sys-apps/dbus-1.6:=
@@ -25,8 +25,8 @@ RDEPEND=">=dev-libs/dbus-glib-0.100:=
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
- dev-python/docutils[python_targets_python2_6?,python_targets_python2_7?]
- =dev-python/epydoc-3*[python_targets_python2_6?,python_targets_python2_7?] )
+ dev-python/docutils[python_targets_python2_7?]
+ =dev-python/epydoc-3*[python_targets_python2_7?] )
test? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )"
src_prepare() {