aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-09-04 20:10:17 +0100
committerPaul Healy <lmiphay@gmail.com>2023-09-04 20:10:17 +0100
commit3e8ea6ec321c39fe929ac84b5b9d03cbd702fdac (patch)
treeaf98d8b1a0670c9e58e00bda64b88d4f2d42f8af /games-simulation/autobuild
parentuse EAPI 8 (diff)
downloadlmiphay-3e8ea6ec321c39fe929ac84b5b9d03cbd702fdac.tar.gz
lmiphay-3e8ea6ec321c39fe929ac84b5b9d03cbd702fdac.tar.bz2
lmiphay-3e8ea6ec321c39fe929ac84b5b9d03cbd702fdac.zip
use eapi 8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'games-simulation/autobuild')
-rw-r--r--games-simulation/autobuild/Manifest2
-rw-r--r--games-simulation/autobuild/autobuild-3.9.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/autobuild/Manifest b/games-simulation/autobuild/Manifest
index 021ac39..02009f8 100644
--- a/games-simulation/autobuild/Manifest
+++ b/games-simulation/autobuild/Manifest
@@ -1,2 +1,2 @@
DIST autobuild-3.9.2.tar.gz 133103 BLAKE2B 7d6b0c40cf835d62408c7b0e0cb345354a54592873edb72240a1cb211cbbc45ea530a41444a0e2ed4301e8d505d0b43e8ec298fbcce3b6a2b8c8ce81108b11cf SHA512 7d851a4953a029479032d6a2491f19788e3a4d2ebf016168f44317e3b2cb12d82f64eb42f5ceed812a45624abc5c2081948510e4e6b5d54d8379eb32ed96bd6f
-EBUILD autobuild-3.9.2.ebuild 709 BLAKE2B f6daca646aa9212befe10dc78e76028a2d866807c0a83b2a22c27190ec633f33027879f21adfbc9ef0fe03bd120ecec0ada568d2641090bbb198a5185dd8d335 SHA512 d047cad088844059265e00b143d81945593bcde20f2d7f7f09d8f01701709fd732426f46c40b4c2a600a353fd7d12daecd01d9a8d5e24d3e495a47ed27c86e56
+EBUILD autobuild-3.9.2.ebuild 702 BLAKE2B 8ac2a6ed36553dbe6131c60070059fa9c2f20c05c0d4666e038cb956400ed9665c01a640ceb802b4f84f3db83e3e6402fe758dbc9cd7029edc60ad9081b72ec8 SHA512 07a7cd32e902aecfacd4247be16c968c982a15624d58b0900935537473ed42b690b89040f5ff13dce5b24ae80311ea836831c46109a5fd2b011d7ae3d5a20089
diff --git a/games-simulation/autobuild/autobuild-3.9.2.ebuild b/games-simulation/autobuild/autobuild-3.9.2.ebuild
index 17ee976..1a78ac3 100644
--- a/games-simulation/autobuild/autobuild-3.9.2.ebuild
+++ b/games-simulation/autobuild/autobuild-3.9.2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=(python3_11)
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit eutils distutils-r1 git-r3
+inherit distutils-r1 git-r3
DESCRIPTION="A framework for building packages and for managing the dependencies"
HOMEPAGE="https://github.com/secondlife/autobuild"