Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
inherit cmake-utils
DESCRIPTION="C++11 library to encode/decode base64, base64url, base32, base32hex and hex"
IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND="
- test? (
- virtual/pkgconfig
- >=dev-cpp/catch-2.3.0
- )"
+DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )"
+BDEPEND="test? ( virtual/pkgconfig )"
src_configure() {
local mycmakeargs=(
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
inherit cmake-utils
DESCRIPTION="C++11 library to encode/decode base64, base64url, base32, base32hex and hex"
IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND="
- test? (
- virtual/pkgconfig
- >=dev-cpp/catch-2.2.0
- )"
+DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )"
+BDEPEND="test? ( virtual/pkgconfig )"
src_configure() {
local mycmakeargs=(