commit: fba6c30c46ff24d299c93431384f60de9975c79c Author: Michael Egger <egger.m <AT> protonmail <DOT> com> AuthorDate: Thu Dec 26 14:18:51 2024 +0000 Commit: Michael Egger <michael.egger <AT> tsn <DOT> at> CommitDate: Thu Dec 26 14:18:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fba6c30c
app-portage/portage-lostfiles: set distutils_enable_tests Closes https://bugs.gentoo.org/946894 Signed-off-by: Michael Egger <egger.m <AT> protonmail.com> ...ge-lostfiles-0.5.6.ebuild => portage-lostfiles-0.5.6-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.5.6.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.5.6-r1.ebuild similarity index 71% rename from app-portage/portage-lostfiles/portage-lostfiles-0.5.6.ebuild rename to app-portage/portage-lostfiles/portage-lostfiles-0.5.6-r1.ebuild index caaa4ebfb..fc61c1238 100644 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.5.6.ebuild +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.5.6-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 DESCRIPTION="A simple script to identify files not tracked by Portage package manager" @@ -13,4 +14,6 @@ SRC_URI="https://github.com/gcarq/portage-lostfiles/archive/v${PV}.tar.gz -> ${P LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +distutils_enable_tests pytest
