commit: a13b0e961ad0e83e53dabfdc88df9cb01ace2524 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 28 09:36:01 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Mar 28 09:36:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a13b0e96
dev-libs/olm: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> 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 503023949..b9d2717a8 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 503023949..b9d2717a8 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}"
