aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-11 13:43:24 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-11 13:43:24 +0100
commit87e5222af279ec82680837ff5213eb6b97ab0e42 (patch)
tree506a06af272a1c7ac969a3d0381aa90c3482666d /sci-physics
parentFix license, set USE="books" as default (diff)
downloadsci-87e5222af279ec82680837ff5213eb6b97ab0e42.tar.gz
sci-87e5222af279ec82680837ff5213eb6b97ab0e42.tar.bz2
sci-87e5222af279ec82680837ff5213eb6b97ab0e42.zip
sci-physics/espresso: fix python handling
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso/ChangeLog3
-rw-r--r--sci-physics/espresso/espresso-9999.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index 00653131d..08d45c23e 100644
--- a/sci-physics/espresso/ChangeLog
+++ b/sci-physics/espresso/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Dec 2013; Justin Lecher <jlec@gentoo.org> espresso-9999.ebuild:
+ fix python handling
+
14 Jun 2013; Justin Lecher <jlec@gentoo.org> espresso-9999.ebuild,
metadata.xml:
Bump to EAPI=5 and drop KEYWORDS of live ebuilds; bump to new python eclasses
diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild
index c4d3f3369..0d9e5d6e3 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.1.0.ebuild,v 1.5 2012/05/06 23:08:00 ottxor Exp $
+# $Header: $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
-inherit autotools-utils python-single-r1 savedconfig
+inherit autotools-utils python-any-r1 savedconfig
DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
HOMEPAGE="http://www.espressomd.org"
@@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="git://git.savannah.nongnu.org/espressomd.git"
EGIT_BRANCH="master"
AUTOTOOLS_AUTORECONF=1
- inherit git-2
+ inherit git-r3
else
SRC_URI="mirror://nongnu/${PN}md/${P}.tar.gz"
fi