aboutsummaryrefslogtreecommitdiffstats
path: root/net-irc/quarg/quarg-1.0.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-irc/quarg/quarg-1.0.0-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/quarg/quarg-1.0.0-r1.ebuild b/net-irc/quarg/quarg-1.0.0-r1.ebuild
index 1bef5ee..3cca275 100644
--- a/net-irc/quarg/quarg-1.0.0-r1.ebuild
+++ b/net-irc/quarg/quarg-1.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
VERIFY_SIG_METHOD="signify"
@@ -18,13 +18,13 @@ SRC_URI="
-> ${P}.sha.sig
)
"
-KEYWORDS="amd64 x86"
-
-RESTRICT="mirror test"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="amd64 x86"
+
IUSE="sqlite postgres"
+RESTRICT="mirror test"
RDEPEND="${PYTHON_DEPS}
dev-python/python-dateutil[${PYTHON_USEDEP}]