commit: e760b4bb5fc1320fb4d71d4ec3892f293d530ad1 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Oct 16 23:10:06 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 23:10:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e760b4bb
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 <chewi <AT> gentoo.org> 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 915e269763e..8c176e122d9 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 537313395f8..8bee34a3384 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
