sci-chemistry/eden: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Thu, 20 Apr 2017 14:56:58 +0000 (16:56 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 20 Apr 2017 16:37:32 +0000 (18:37 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

sci-chemistry/eden/eden-5.3-r2.ebuild

index 26bd972b5ec215d6ccbbb009682033750dc75595..8bf667224ba82edd7ff99c6bc587f5781a84f144 100644 (file)
@@ -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"