Skip to content

Commit

Permalink
app-portage/elsw: tweaks; py 3.12;
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Jan 20, 2024
1 parent e0330d3 commit b9c15a1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app-portage/elsw/elsw-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# 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=flit
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1

DESCRIPTION="Tool providing a nice way to view the Portage world file"
HOMEPAGE="https://gitlab.com/xgqt/python-elsw/"

if [[ ${PV} == *9999* ]] ; then
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3

EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git"
else
inherit pypi
KEYWORDS="~amd64 ~x86"

KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi

LICENSE="GPL-2+"
Expand Down

0 comments on commit b9c15a1

Please sign in to comment.