From daf311e8cb794e6c23603d873f32107bc650442b Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 1 May 2023 15:10:38 -0400 Subject: [PATCH] kismetdb: sync release and live --- net-wireless/kismetdb/kismetdb-2019.05.05.ebuild | 8 ++++---- net-wireless/kismetdb/kismetdb-9999.ebuild | 2 +- profiles/pentoo/zero-system/make.defaults | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild b/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild index 7eebdb9d6..1c82b8842 100644 --- a/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild +++ b/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild @@ -1,16 +1,16 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Kismetdb database log helper library" HOMEPAGE="https://kismetwireless.net/" if [ "${PV}" = "9999" ]; then inherit git-r3 - EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git" + EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-db.git" else SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/net-wireless/kismetdb/kismetdb-9999.ebuild b/net-wireless/kismetdb/kismetdb-9999.ebuild index 8421f0d53..1c82b8842 100644 --- a/net-wireless/kismetdb/kismetdb-9999.ebuild +++ b/net-wireless/kismetdb/kismetdb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/profiles/pentoo/zero-system/make.defaults b/profiles/pentoo/zero-system/make.defaults index bda7f01ec..58b31cf99 100644 --- a/profiles/pentoo/zero-system/make.defaults +++ b/profiles/pentoo/zero-system/make.defaults @@ -3,7 +3,7 @@ ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA android google-chrome Google-TOS baudline Intel-SDP Nero-AAC-EULA ms-teams-pre PUEL PUEL-11" USE="gentoo-dev pentoo-extra zsh-completion -accessibility -semantic-desktop" -#USE="${USE} -python_single_target_python3_10 python_single_target_python3_11" +USE="${USE} -python_target_python3_10 -python_single_target_python3_10 python_single_target_python3_11" USE="${USE} pipewire" PORTAGE_GPG_DIR="/home/zero/.gnupg/"