diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-05-09 02:35:04 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-05-09 02:35:04 +0000 |
commit | 61770ad1acd23f77c6a5d4ccd6ffad99929d02f4 (patch) | |
tree | bb47d86203014d3d5b5205acbc31214e60862ccb /dev-util | |
parent | dev-util/crash: drop 8.0.3-r1 (diff) | |
download | gentoo-61770ad1acd23f77c6a5d4ccd6ffad99929d02f4.tar.gz gentoo-61770ad1acd23f77c6a5d4ccd6ffad99929d02f4.tar.bz2 gentoo-61770ad1acd23f77c6a5d4ccd6ffad99929d02f4.zip |
dev-util/crash: drop empty variables
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/crash/crash-8.0.4.ebuild | 1 | ||||
-rw-r--r-- | dev-util/crash/crash-8.0.5.ebuild | 1 | ||||
-rw-r--r-- | dev-util/crash/crash-9999.ebuild | 1 |
3 files changed, 0 insertions, 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" |