diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:01:59 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:01:59 +0300 |
commit | 94df59705e28a6c8f6355103d279a42811e44d85 (patch) | |
tree | c4b11be27e432e03c8997978972698f25f21ae83 /dev-libs | |
parent | dev-embedded/platformio: Drop old one (diff) | |
download | gentoo-94df59705e28a6c8f6355103d279a42811e44d85.tar.gz gentoo-94df59705e28a6c8f6355103d279a42811e44d85.tar.bz2 gentoo-94df59705e28a6c8f6355103d279a42811e44d85.zip |
dev-libs/mmtf-cpp: Fix QA
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/mmtf-cpp/mmtf-cpp-1.0.0-r1.ebuild (renamed from dev-libs/mmtf-cpp/mmtf-cpp-1.0.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
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 index 0fa3e97566a2..c31d0595eb2f 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" |