From a13b0e961ad0e83e53dabfdc88df9cb01ace2524 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 28 Mar 2021 11:36:01 +0200 Subject: [PATCH] dev-libs/olm: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-libs/olm/olm-3.2.1.ebuild | 6 ++++-- dev-libs/olm/olm-3.2.2.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-libs/olm/olm-3.2.1.ebuild b/dev-libs/olm/olm-3.2.1.ebuild index 503023949e..b9d2717a8b 100644 --- a/dev-libs/olm/olm-3.2.1.ebuild +++ b/dev-libs/olm/olm-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,9 +11,11 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="Apache-2.0" SLOT="0" -IUSE="doc test" KEYWORDS="~amd64" +IUSE="doc test" +RESTRICT="!test? ( test )" + RDEPEND="" DEPEND="${RDEPEND}" diff --git a/dev-libs/olm/olm-3.2.2.ebuild b/dev-libs/olm/olm-3.2.2.ebuild index 503023949e..b9d2717a8b 100644 --- a/dev-libs/olm/olm-3.2.2.ebuild +++ b/dev-libs/olm/olm-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,9 +11,11 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="Apache-2.0" SLOT="0" -IUSE="doc test" KEYWORDS="~amd64" +IUSE="doc test" +RESTRICT="!test? ( test )" + RDEPEND="" DEPEND="${RDEPEND}"