From e760b4bb5fc1320fb4d71d4ec3892f293d530ad1 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 17 Oct 2021 00:10:06 +0100 Subject: [PATCH] app-emulation/fs-uae-launcher: Restrict boilerplate tests I tried to do this with 3.1.26 but typoed RESTRICT. Closes: https://bugs.gentoo.org/795906 Signed-off-by: James Le Cuirot --- app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild | 1 + app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild index 915e269763e7f..8c176e122d915 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="lha" +RESTRICT="test" # The test files are just boilerplate. RDEPEND=" app-emulation/fs-uae diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild index 537313395f85b..8bee34a338442 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="lha" -RETRICT="test" # The test files are just boilerplate. +RESTRICT="test" # The test files are just boilerplate. RDEPEND=" app-emulation/fs-uae