commit: 2294a79400323c0cfe06e8a129b6cc1d81eaf29a Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Tue Jul 30 12:23:50 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Aug 5 07:10:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2294a794
sys-boot/milo: remove empty IUSE Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-boot/milo/milo-2.4.18.ebuild | 7 ++----- 1 file 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
