commit: 61770ad1acd23f77c6a5d4ccd6ffad99929d02f4 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu May 9 02:35:04 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu May 9 02:35:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61770ad1
dev-util/crash: drop empty variables Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-util/crash/crash-8.0.4.ebuild | 1 - dev-util/crash/crash-8.0.5.ebuild | 1 - dev-util/crash/crash-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/dev-util/crash/crash-8.0.4.ebuild b/dev-util/crash/crash-8.0.4.ebuild index 2e850186dedf..74c81736beaa 100644 --- a/dev-util/crash/crash-8.0.4.ebuild +++ b/dev-util/crash/crash-8.0.4.ebuild @@ -32,7 +32,6 @@ HOMEPAGE="https://crash-utility.github.io/" LICENSE="GPL-3" SLOT="0" -IUSE="" # there is no "make test" target, but there is a test.c so the automatic # make rules catch it and tests fail RESTRICT="test" diff --git a/dev-util/crash/crash-8.0.5.ebuild b/dev-util/crash/crash-8.0.5.ebuild index 2e850186dedf..74c81736beaa 100644 --- a/dev-util/crash/crash-8.0.5.ebuild +++ b/dev-util/crash/crash-8.0.5.ebuild @@ -32,7 +32,6 @@ HOMEPAGE="https://crash-utility.github.io/" LICENSE="GPL-3" SLOT="0" -IUSE="" # there is no "make test" target, but there is a test.c so the automatic # make rules catch it and tests fail RESTRICT="test" diff --git a/dev-util/crash/crash-9999.ebuild b/dev-util/crash/crash-9999.ebuild index 34c8d94dfb93..19f6c44c6ec3 100644 --- a/dev-util/crash/crash-9999.ebuild +++ b/dev-util/crash/crash-9999.ebuild @@ -22,7 +22,6 @@ HOMEPAGE="https://crash-utility.github.io/" LICENSE="GPL-3" SLOT="0" -IUSE="" # there is no "make test" target, but there is a test.c so the automatic # make rules catch it and tests fail RESTRICT="test"
