commit: aa70ce8100860d242d0c50f6c57952fcf6235e32 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 19:11:14 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 19:13:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa70ce81
sec-keys/openpgp-keys-miniupnp: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../openpgp-keys-miniupnp/openpgp-keys-miniupnp-20201006.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sec-keys/openpgp-keys-miniupnp/openpgp-keys-miniupnp-20201006.ebuild b/sec-keys/openpgp-keys-miniupnp/openpgp-keys-miniupnp-20201006.ebuild index 5501f4b1ebff..edfeaf36cb83 100644 --- a/sec-keys/openpgp-keys-miniupnp/openpgp-keys-miniupnp-20201006.ebuild +++ b/sec-keys/openpgp-keys-miniupnp/openpgp-keys-miniupnp-20201006.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="OpenPGP keys used to sign miniupnp* packages" HOMEPAGE="http://miniupnp.free.fr/files/" @@ -9,13 +9,12 @@ SRC_URI=" http://miniupnp.free.fr/A31ACAAF.asc http://miniupnp.free.fr/A5C0863C.asc " +S=${WORKDIR} LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -S=${WORKDIR} - src_install() { local files=( ${A} ) insinto /usr/share/openpgp-keys
