commit: ebb68d62c083869ac118c2daef27c6d5cbb4d44a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:46:43 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb68d62
dev-dotnet/pe-format: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild index 691940bb7e04..b4e951c91cff 100644 --- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit systemd xdg-utils DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://github.com/projg2/pe-format2/" -SRC_URI="https://github.com/projg2/pe-format2/releases/download/v${PV}/${P}.tar.bz2" +SRC_URI=" + https://github.com/projg2/pe-format2/releases/download/v${PV}/${P}.tar.bz2 +" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-util/desktop-file-utils" src_configure() { local myconf=(
