diff options
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 |