diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 14:25:04 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:10:05 +0300 |
commit | d8cda82af70e567ac2e64199418edbea7b536020 (patch) | |
tree | 5044232bbd3acec7f7938e86721190ab5c943274 /sys-boot | |
parent | sys-boot/milo: remove empty IUSE (diff) | |
download | gentoo-d8cda82af70e567ac2e64199418edbea7b536020.tar.gz gentoo-d8cda82af70e567ac2e64199418edbea7b536020.tar.bz2 gentoo-d8cda82af70e567ac2e64199418edbea7b536020.zip |
sys-boot/sgibootcd: remove empty variables
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37811
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/sgibootcd/sgibootcd-0.13.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-boot/sgibootcd/sgibootcd-0.13.ebuild b/sys-boot/sgibootcd/sgibootcd-0.13.ebuild index 4ecf329c44a2..2fc4abc1a48a 100644 --- a/sys-boot/sgibootcd/sgibootcd-0.13.ebuild +++ b/sys-boot/sgibootcd/sgibootcd-0.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 2005-2021 Gentoo Authors +# Copyright 2005-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -12,11 +12,6 @@ LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~mips" -IUSE="" -RDEPEND="" -DEPEND="" -RESTRICT="" - # sgibootcd is a small utility used to build the image that is burned to a # CD and used to boot SGI systems. Its compilation does not involve the # external linker, 'ld', and thus this makes it difficult to reliably pass |