diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-17 00:10:06 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-17 00:10:06 +0100 |
commit | e760b4bb5fc1320fb4d71d4ec3892f293d530ad1 (patch) | |
tree | 452d38ddf28adf6478da54d1d59ca3ef43265f28 /app-emulation/fs-uae-launcher | |
parent | app-crypt/rhash: Drop old 1.4.1 (diff) | |
download | gentoo-e760b4bb5fc1320fb4d71d4ec3892f293d530ad1.tar.gz gentoo-e760b4bb5fc1320fb4d71d4ec3892f293d530ad1.tar.bz2 gentoo-e760b4bb5fc1320fb4d71d4ec3892f293d530ad1.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
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 915e269763e7..8c176e122d91 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 537313395f85..8bee34a33844 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 |