sci-chemistry/votca-csg: fix deps
authorChristoph Junghans <junghans@gentoo.org>
Fri, 28 Sep 2018 12:15:31 +0000 (06:15 -0600)
committerChristoph Junghans <junghans@gentoo.org>
Fri, 28 Sep 2018 12:37:19 +0000 (06:37 -0600)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
sci-chemistry/votca-csg/votca-csg-1.4.ebuild
sci-chemistry/votca-csg/votca-csg-9999.ebuild

index 533b017fe2b9d1bb315f0996782c31421cc0b513..c83eac6e62bb7e7c2164140c12228e4d4fa3c691 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 inherit bash-completion-r1 cmake-utils multilib
 
 IUSE="doc examples extras +gromacs hdf5"
-PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
+PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
 if [ "${PV}" != "9999" ]; then
        SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
                doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
@@ -28,7 +28,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 RDEPEND="
-       =sci-libs/votca-tools-${PV}
+       ~sci-libs/votca-tools-${PV}
        gromacs? ( sci-chemistry/gromacs:= )
        hdf5? ( sci-libs/hdf5 )
        dev-lang/perl
index f8a45defd41846e3a9e8a8dfa1f2a14df051fc80..417ae6c7b11946a8ea6578361f67004d5206092e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 inherit bash-completion-r1 cmake-utils multilib
 
 IUSE="doc examples extras +gromacs hdf5"
-PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
+PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
 if [ "${PV}" != "9999" ]; then
        SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
                doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
@@ -28,7 +28,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 RDEPEND="
-       =sci-libs/votca-tools-${PV}
+       ~sci-libs/votca-tools-${PV}
        gromacs? ( sci-chemistry/gromacs:= )
        hdf5? ( sci-libs/hdf5 )
        dev-lang/perl
index ea6ac3506f7fdd627918a45b9437d801c2dc458c..b894aae404b12749cc40dd46e61283567c2856df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 inherit bash-completion-r1 cmake-utils multilib
 
 IUSE="doc examples extras +gromacs hdf5"
-PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
+PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
 if [ "${PV}" != "9999" ]; then
        SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
                doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
@@ -19,7 +19,7 @@ else
        inherit git-r3
        EGIT_REPO_URI="https://github.com/${PN/-//}.git"
        KEYWORDS=""
-       PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )"
+       PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
 fi
 
 DESCRIPTION="Votca coarse-graining engine"
@@ -29,7 +29,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 RDEPEND="
-       =sci-libs/votca-tools-${PV}
+       ~sci-libs/votca-tools-${PV}
+       >=dev-cpp/eigen-3.3
        gromacs? ( sci-chemistry/gromacs:= )
        hdf5? ( sci-libs/hdf5 )
        dev-lang/perl