mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
kismetdb: sync release and live
This commit is contained in:
parent
ac6688e60c
commit
daf311e8cb
3 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue