commit: 55e36007191a6c875495310c7dbfdb774a2d07bc
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 09:12:32 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May 22 13:17:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e36007
app-misc/solaar: EAPI 7 -> 8; Enable py312
Update metadata.xml for new upstream location on GH
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
app-misc/solaar/metadata.xml | 2 +-
app-misc/solaar/solaar-1.1.9.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/solaar/metadata.xml b/app-misc/solaar/metadata.xml
index 2605f7069be6..7763b5872974 100644
--- a/app-misc/solaar/metadata.xml
+++ b/app-misc/solaar/metadata.xml
@@ -5,6 +5,6 @@
<email>[email protected]</email>
</maintainer>
<upstream>
- <remote-id type="github">pwr/Solaar</remote-id>
+ <remote-id type="github">pwr-Solaar/Solaar</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-misc/solaar/solaar-1.1.9.ebuild
b/app-misc/solaar/solaar-1.1.9.ebuild
index b1c037e613ad..98f9b95db5d2 100644
--- a/app-misc/solaar/solaar-1.1.9.ebuild
+++ b/app-misc/solaar/solaar-1.1.9.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit linux-info udev xdg distutils-r1