From 2b8cf9a9bdb6e7f414068652963536155ccd791b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 16 Feb 2019 18:17:54 +0100 Subject: net-libs/srt: EAPI-7 bump, missing slot op, missing $MULTILIB_USEDEP Drop unused USE doc. Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- net-libs/srt/srt-9999.ebuild | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'net-libs/srt/srt-9999.ebuild') diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 6ba9d8717793..7cdc3dc723e8 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib @@ -18,18 +18,22 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="doc libressl gnutls test" +IUSE="gnutls libressl test" -RDEPEND=" - gnutls? ( net-libs/gnutls ) +BDEPEND=" + test? ( dev-cpp/gtest ) +" +DEPEND=" + gnutls? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] ) !gnutls? ( !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) ) " -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" +RDEPEND="${DEPEND}" + RESTRICT="!test? ( test )" + DOCS=( README.md ) PATCHES=( -- cgit v1.2.3-65-gdbad