diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 14:23:50 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:10:05 +0300 |
commit | 2294a79400323c0cfe06e8a129b6cc1d81eaf29a (patch) | |
tree | 748daea406ecb0e3923942805e57d81703b142b6 /sys-boot | |
parent | sys-boot/makebootfat: remove empty IUSE (diff) | |
download | gentoo-2294a79400323c0cfe06e8a129b6cc1d81eaf29a.tar.gz gentoo-2294a79400323c0cfe06e8a129b6cc1d81eaf29a.tar.bz2 gentoo-2294a79400323c0cfe06e8a129b6cc1d81eaf29a.zip |
sys-boot/milo: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/milo/milo-2.4.18.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild index 9ee907054222..b5eb77a8628e 100644 --- a/sys-boot/milo/milo-2.4.18.ebuild +++ b/sys-boot/milo/milo-2.4.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,7 @@ SRC_URI="http://www.suse.de/~stepan/source/milo-${milo_version}.tar.bz2 http://ftp.namesys.com/pub/reiserfs-for-2.2/linux-2.2.20-reiserfs-3.5.35.diff.bz2 https://dev.gentoo.org/~taviso/milo/linload.exe http://www.ibiblio.org/pub/Linux/docs/HOWTO/MILO-HOWTO" +S="${WORKDIR}/milo-${milo_version}" # # milo license is dec palcode license, dec bios emulation license, and gpl-2 rolled @@ -44,15 +45,11 @@ SRC_URI="http://www.suse.de/~stepan/source/milo-${milo_version}.tar.bz2 LICENSE="MILO" SLOT="0" - KEYWORDS="-* ~alpha" -IUSE="" DEPEND="sys-apps/kbd" RDEPEND="sys-fs/mtools" -S=${WORKDIR}/milo-${milo_version} - # You can change the default MILO serial # number here, the MILO default is "Linux_is_Great!". # There are some below that i have made you can |