commit: 7bb5230e3762a0fb07d7af810349052860a36903
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 03:13:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 03:14:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb5230e
sci-libs/libcifpp: fix Boost dependency
We use Boost headers (=> DEPEND) and link against it (=> RDEPEND).
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libcifpp/{libcifpp-2.0.4.ebuild => libcifpp-2.0.4-r1.ebuild} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sci-libs/libcifpp/libcifpp-2.0.4.ebuild
b/sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild
similarity index 90%
rename from sci-libs/libcifpp/libcifpp-2.0.4.ebuild
rename to sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild
index 1cbb3962edf8..3064d4f1e9b0 100644
--- a/sci-libs/libcifpp/libcifpp-2.0.4.ebuild
+++ b/sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit cmake
DESCRIPTION="Code to work with mmCIF and PDB files"
@@ -14,15 +15,11 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
-
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="
- >=dev-libs/boost-1.70.0:0=[threads(+)]
-"
-DEPEND=""
-RDEPEND=""
+DEPEND=">=dev-libs/boost-1.70:=[threads(+)]"
+RDEPEND="${DEPEND}"
src_configure() {
cp "${WORKDIR}"/components-${PV}.cif data/components.cif || die