diff --git a/sys-boot/bootcreator/bootcreator-1.2.ebuild b/sys-boot/bootcreator/bootcreator-1.2-r1.ebuild similarity index 80% rename from sys-boot/bootcreator/bootcreator-1.2.ebuild rename to sys-boot/bootcreator/bootcreator-1.2-r1.ebuild index 5f9a3fcc145ef..3b5ce425244f2 100644 --- a/sys-boot/bootcreator/bootcreator-1.2.ebuild +++ b/sys-boot/bootcreator/bootcreator-1.2-r1.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + +inherit toolchain-funcs DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines" HOMEPAGE="http://tbs-software.com/morgoth/projects.html" SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ppc" -IUSE="" - -DEPEND="" - S=${WORKDIR} +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="-* ppc" + src_compile() { - emake all + emake CC="$(tc-getCC)" } src_install() {