From 94df59705e28a6c8f6355103d279a42811e44d85 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Thu, 13 Jan 2022 19:01:59 +0300 Subject: [PATCH] dev-libs/mmtf-cpp: Fix QA Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov --- .../{mmtf-cpp-1.0.0.ebuild => mmtf-cpp-1.0.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-libs/mmtf-cpp/{mmtf-cpp-1.0.0.ebuild => mmtf-cpp-1.0.0-r1.ebuild} (86%) diff --git a/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild b/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild similarity index 86% rename from dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild rename to dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild index 0fa3e97566a27..c31d0595eb2fb 100644 --- a/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild +++ b/dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake-utils +inherit cmake DESCRIPTION="The pure C++ implementation of the MMTF API, decoder and encoder" HOMEPAGE="https://github.com/rcsb/mmtf-cpp"