commit:     603cb9ed7ccaba2c35817defa03a482dce81a6b0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 10:17:55 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 10:17:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603cb9ed

sci-libs/libcifpp: Fix QA warnings

Closes: https://bugs.gentoo.org/814890
Thanks-to: Sam James
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-libs/libcifpp/libcifpp-1.1.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libcifpp/libcifpp-1.1.1.ebuild 
b/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
index 63a6e309a1b..1f190d58f57 100644
--- a/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
+++ b/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit cmake tmpfiles
+EAPI=8
+inherit cmake
 
 DESCRIPTION="Code to work with mmCIF and PDB files"
 HOMEPAGE="https://github.com/PDB-REDO/libcifpp";
@@ -14,7 +14,9 @@ SRC_URI="
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
+
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 BDEPEND="
        >=dev-libs/boost-1.70.0:0=[threads(+)]

Reply via email to