commit:     cc43d65d8279ece5bf6db7aed085ff00d3fa2ae5
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 21:38:57 2024 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 21:39:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc43d65d

app-backup/bareos: enable py3.13

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 app-backup/bareos/bareos-9999.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-backup/bareos/bareos-9999.ebuild 
b/app-backup/bareos/bareos-9999.ebuild
index 24b7a4409e94..7764737d6d5a 100644
--- a/app-backup/bareos/bareos-9999.ebuild
+++ b/app-backup/bareos/bareos-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 CMAKE_WARN_UNUSED_CLI=no
 
 inherit python-any-r1 systemd cmake tmpfiles flag-o-matic
@@ -21,6 +21,12 @@ fi
 DESCRIPTION="Featureful client/server network backup suite"
 HOMEPAGE="https://www.bareos.org/";
 
+LICENSE="AGPL-3"
+SLOT="0"
+IUSE="X acl ceph clientonly cpu_flags_x86_avx +director glusterfs ipv6 lmdb
+       logwatch ndmp readline scsi-crypto split-usr
+       static +storage-daemon systemd tcpd test vim-syntax vmware xattr"
+
 # some tests still fail propably due to missing bits in src_test -> TODO
 RESTRICT="mirror test"
 #RESTRICT="
@@ -28,12 +34,6 @@ RESTRICT="mirror test"
 #      !test? ( test )
 #"
 
-LICENSE="AGPL-3"
-SLOT="0"
-IUSE="X acl ceph clientonly cpu_flags_x86_avx +director glusterfs ipv6 lmdb
-       logwatch ndmp readline scsi-crypto split-usr
-       static +storage-daemon systemd tcpd test vim-syntax vmware xattr"
-
 # get cmake variables from core/cmake/BareosSetVariableDefaults.cmake
 DEPEND="
        !app-backup/bacula
@@ -103,7 +103,6 @@ PATCHES=(
        "${FILESDIR}/${PN}-21-cmake-gentoo.patch"
        "${FILESDIR}/${PN}-22.0.2-werror.patch"
        "${FILESDIR}/${PN}-21.1.2-no-automagic-ccache.patch"
-       "${FILESDIR}/${PN}-22.1.2-include-algorithm.patch"
 )
 
 pkg_pretend() {

Reply via email to