mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
app-backup/bareos: enable py3.13
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
parent
51cc6e6e15
commit
cc43d65d82
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user