Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcifpp/
Date: Sun, 26 Sep 2021 10:19:00
Message-Id: 1632651475.603cb9ed7ccaba2c35817defa03a482dce81a6b0.pacho@gentoo
1 commit: 603cb9ed7ccaba2c35817defa03a482dce81a6b0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 10:17:55 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 10:17:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603cb9ed
7
8 sci-libs/libcifpp: Fix QA warnings
9
10 Closes: https://bugs.gentoo.org/814890
11 Thanks-to: Sam James
12 Package-Manager: Portage-3.0.22, Repoman-3.0.3
13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
14
15 sci-libs/libcifpp/libcifpp-1.1.1.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/libcifpp/libcifpp-1.1.1.ebuild b/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
19 index 63a6e309a1b..1f190d58f57 100644
20 --- a/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
21 +++ b/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
22 @@ -1,8 +1,8 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 -inherit cmake tmpfiles
28 +EAPI=8
29 +inherit cmake
30
31 DESCRIPTION="Code to work with mmCIF and PDB files"
32 HOMEPAGE="https://github.com/PDB-REDO/libcifpp"
33 @@ -14,7 +14,9 @@ SRC_URI="
34 LICENSE="BSD-2"
35 SLOT="0"
36 KEYWORDS="~amd64"
37 +
38 IUSE="test"
39 +RESTRICT="!test? ( test )"
40
41 BDEPEND="
42 >=dev-libs/boost-1.70.0:0=[threads(+)]