summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 16:56:58 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 18:37:32 +0200
commit3e07674d200e80a711c154a86cd565859e5b40bf (patch)
tree0c8c35e16d7ed1974a1062347833bdcc056cca88 /sci-chemistry/eden
parentsci-chemistry/avogadro: [QA] Add missing python metadata variables (diff)
downloadgentoo-3e07674d200e80a711c154a86cd565859e5b40bf.tar.gz
gentoo-3e07674d200e80a711c154a86cd565859e5b40bf.tar.bz2
gentoo-3e07674d200e80a711c154a86cd565859e5b40bf.zip
sci-chemistry/eden: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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"