aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-18 12:58:20 +0100
committerJustin Lecher <jlec@gentoo.org>2015-02-18 12:58:20 +0100
commita296db2855f759cf331ba63a79bae5429f06ad73 (patch)
treecf292e7e9193768ec63ea7b3ec19becc2fca3691 /dev-python/pythonocc
parentdev-python/omniorbpy: fix SLOT operators (diff)
downloadsci-a296db2855f759cf331ba63a79bae5429f06ad73.tar.gz
sci-a296db2855f759cf331ba63a79bae5429f06ad73.tar.bz2
sci-a296db2855f759cf331ba63a79bae5429f06ad73.zip
dev-python/pythonocc: fix SLOT operators; drop obsolete pythons ABIs
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-python/pythonocc')
-rw-r--r--dev-python/pythonocc/ChangeLog6
-rw-r--r--dev-python/pythonocc/pythonocc-0.5.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/pythonocc/ChangeLog b/dev-python/pythonocc/ChangeLog
index 1a2a61ec1..0f366e512 100644
--- a/dev-python/pythonocc/ChangeLog
+++ b/dev-python/pythonocc/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-python/pythonocc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Feb 2015; Justin Lecher <jlec@gentoo.org> pythonocc-0.5.ebuild:
+ dev-python/pythonocc: fix SLOT operators; drop obsolete pythons ABIs
+
03 Mar 2013; Justin Lecher <jlec@gentoo.org> ChangeLog:
Version Bump; change license; move to new python eclasses
@@ -25,4 +28,3 @@
18 Apr 2010; Oliver Borm (boroli) <oli.borm@web.de> ChangeLog:
Initial commit for bug 315801
-
diff --git a/dev-python/pythonocc/pythonocc-0.5.ebuild b/dev-python/pythonocc/pythonocc-0.5.ebuild
index f2bcdc863..d92ffd0ad 100644
--- a/dev-python/pythonocc/pythonocc-0.5.ebuild
+++ b/dev-python/pythonocc/pythonocc-0.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -22,6 +22,6 @@ IUSE=""
RDEPEND="sci-libs/opencascade"
DEPEND="${RDEPEND}
- dev-lang/swig"
+ dev-lang/swig:0"
S="${WORKDIR}"/${P}/src