aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-09-04 20:47:30 +0100
committerPaul Healy <lmiphay@gmail.com>2023-09-04 20:47:30 +0100
commit37459d0bcf55e39541362e35ef6a14e968c3b890 (patch)
treedf0639d8d4ad02b8e7a3669e7ebaa428c111c66d /app-portage
parentuse eapi 8 (diff)
downloadlmiphay-37459d0bcf55e39541362e35ef6a14e968c3b890.tar.gz
lmiphay-37459d0bcf55e39541362e35ef6a14e968c3b890.tar.bz2
lmiphay-37459d0bcf55e39541362e35ef6a14e968c3b890.zip
use eapi 8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoo-koam/Manifest2
-rw-r--r--app-portage/gentoo-koam/gentoo-koam-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gentoo-koam/Manifest b/app-portage/gentoo-koam/Manifest
index 88a2527..2e882a1 100644
--- a/app-portage/gentoo-koam/Manifest
+++ b/app-portage/gentoo-koam/Manifest
@@ -1 +1 @@
-EBUILD gentoo-koam-9999.ebuild 622 BLAKE2B 6011b331f80a674eb4b2337975744b2bb7232341f235f01662a309b9b1ebc14c78eb59e05b54ca3895c2769b65098ffe8bac0fd5114bf6dd7fb601f2d0358f86 SHA512 aabc39843cec46b7a11647e26575302cea55e2a1fae90363b27bc5d06605536cef777361c79bd14127115c59d01af5b40b5f0677849f234b1940f9db0db66721
+EBUILD gentoo-koam-9999.ebuild 615 BLAKE2B 97c0bd399354012a6d8d9d731e817f0f6c9bf63ccfcf67e3287bf7ccd991cb780ef99830835a0275dd09d452f0984878a2ea39c2e089034c41dc2d5cc014a37e SHA512 a54c66ee2755168471641349d60001acd2f7ebab4b612cec3176e0f850fd7dbff1efa325fbe5d8246aae47b9783788a85a47e36ec5d3f7e66f9c6838f485226a
diff --git a/app-portage/gentoo-koam/gentoo-koam-9999.ebuild b/app-portage/gentoo-koam/gentoo-koam-9999.ebuild
index f5a45e4..a24368e 100644
--- a/app-portage/gentoo-koam/gentoo-koam-9999.ebuild
+++ b/app-portage/gentoo-koam/gentoo-koam-9999.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=(python3_{10,11})
-inherit eutils distutils-r1 git-r3
+inherit distutils-r1 git-r3
DESCRIPTION="UI to track merges on gentoo servers"
HOMEPAGE="https://github.com/lmiphay/gentoo-koam"