diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-09-26 12:17:55 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-09-26 12:17:55 +0200 |
commit | 603cb9ed7ccaba2c35817defa03a482dce81a6b0 (patch) | |
tree | dd2e058c7aefc6bc042439059069a890ab9c1abc /sci-libs | |
parent | dev-python/lmfit: Support python 3.10 (diff) | |
download | gentoo-603cb9ed7ccaba2c35817defa03a482dce81a6b0.tar.gz gentoo-603cb9ed7ccaba2c35817defa03a482dce81a6b0.tar.bz2 gentoo-603cb9ed7ccaba2c35817defa03a482dce81a6b0.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libcifpp/libcifpp-1.1.1.ebuild | 6 |
1 files 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 63a6e309a1b4..1f190d58f576 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(+)] |