summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/eden')
-rw-r--r--sci-chemistry/eden/eden-5.3-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-chemistry/eden/eden-5.3-r2.ebuild b/sci-chemistry/eden/eden-5.3-r2.ebuild
index 26bd972b5ec2..8bf667224ba8 100644
--- a/sci-chemistry/eden/eden-5.3-r2.ebuild
+++ b/sci-chemistry/eden/eden-5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ inherit eutils multilib python-r1 toolchain-funcs
MY_P="${PN}_V${PV}"
-DESCRIPTION="A crystallographic real-space electron-density refinement and optimization program"
+DESCRIPTION="A crystallographic real-space electron-density refinement & optimization program"
HOMEPAGE="http://www.gromacs.org/pipermail/eden-users/"
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
@@ -17,10 +17,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="double-precision"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
sci-libs/fftw:2.1
- sci-libs/gsl"
+ sci-libs/gsl
+ ${PYTHON_DEPS}"
DEPEND="${RDEPEND}
virtual/pkgconfig"