commit: 77115ad232d3567c15a99d58afaee67c2367c876 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 03:08:24 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 03:08:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77115ad2
net-misc/ethflop: restrict tests Tests are meant to be compiled by Turbo C 2.01 (ancient compiler). Closes: https://bugs.gentoo.org/947229 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-misc/ethflop/ethflop-20240916.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/ethflop/ethflop-20240916.ebuild b/net-misc/ethflop/ethflop-20240916.ebuild index ee061ec0939e..772d9062cd8a 100644 --- a/net-misc/ethflop/ethflop-20240916.ebuild +++ b/net-misc/ethflop/ethflop-20240916.ebuild @@ -13,13 +13,13 @@ SRC_URI=" https://ethflop.sourceforge.net/${PN}d-${PV}-src.tar.gz tsr? ( https://ethflop.sourceforge.net/${PN}-${MY_PV_TSR}-src.zip ) " - S="${WORKDIR}" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="tsr" +RESTRICT="test" BDEPEND=" app-arch/unzip
