commit: 202863be87d8561cc232f62283e5074be69d113f Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Mon Jun 29 09:07:07 2020 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Mon Jun 29 09:07:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202863be
dev-libs/stfl: disable test Upstream does not provide any test but perl-module eclass runs "emake test" which has no rule. Closes: https://bugs.gentoo.org/730112 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-libs/stfl/stfl-0.24-r2.ebuild | 1 + dev-libs/stfl/stfl-0.24.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/stfl/stfl-0.24-r2.ebuild b/dev-libs/stfl/stfl-0.24-r2.ebuild index 97e5592ed6e..ea2ac59c66c 100644 --- a/dev-libs/stfl/stfl-0.24-r2.ebuild +++ b/dev-libs/stfl/stfl-0.24-r2.ebuild @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} python? ( >=dev-lang/swig-1.3.40 ) ruby? ( dev-lang/swig ) " +RESTRICT="test" # Upstream does not provide tests #730112 PATCHES=( "${FILESDIR}/${PN}-0.21-python.patch" diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild index bdce7f3941f..063edf019c5 100644 --- a/dev-libs/stfl/stfl-0.24.ebuild +++ b/dev-libs/stfl/stfl-0.24.ebuild @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} python? ( >=dev-lang/swig-1.3.40 ) ruby? ( dev-lang/swig ) " +RESTRICT="test" # Upstream does not provide tests #730112 PATCHES=( "${FILESDIR}/${PN}-0.21-python.patch"
