summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-12 17:43:49 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-12 17:43:49 +0000
commitcb52f39756d3bb13b7fb54cbb493d2ac2aefc0c4 (patch)
treeef721519c65b71ae0120c24283ef3d9d73095e5b /sci-mathematics/relational
parentVersion bump #363323 by Sebastian Pipping. (diff)
downloadgentoo-2-cb52f39756d3bb13b7fb54cbb493d2ac2aefc0c4.tar.gz
gentoo-2-cb52f39756d3bb13b7fb54cbb493d2ac2aefc0c4.tar.bz2
gentoo-2-cb52f39756d3bb13b7fb54cbb493d2ac2aefc0c4.zip
Don't use distutils.eclass.
(Portage version: 2.2.0_alpha29_p17/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/relational')
-rw-r--r--sci-mathematics/relational/relational-0.11.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/relational/relational-0.11.ebuild b/sci-mathematics/relational/relational-0.11.ebuild
index 13dab3ed4ea3..71dc9a8e0ecc 100644
--- a/sci-mathematics/relational/relational-0.11.ebuild
+++ b/sci-mathematics/relational/relational-0.11.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.11.ebuild,v 1.1 2010/07/08 14:55:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.11.ebuild,v 1.2 2011/04/12 17:43:49 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit python distutils eutils
+inherit python eutils
DESCRIPTION="Qt4 relational algebra application"
HOMEPAGE="http://galileo.dmi.unict.it/wiki/relational/"
@@ -25,6 +25,7 @@ S="${WORKDIR}/${PN}"
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_compile() {