From 8bc68ac3fad499dccce5ba4d382f9403e5ee0c2d Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 14 Jan 2024 22:46:11 +0100 Subject: acct-group/drone: update EAPI 7 -> 8 Signed-off-by: Conrad Kostecki --- acct-group/drone/drone-0-r1.ebuild | 10 ---------- acct-group/drone/drone-0-r2.ebuild | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 acct-group/drone/drone-0-r1.ebuild create mode 100644 acct-group/drone/drone-0-r2.ebuild (limited to 'acct-group/drone') diff --git a/acct-group/drone/drone-0-r1.ebuild b/acct-group/drone/drone-0-r1.ebuild deleted file mode 100644 index c02ad8cb13d8..000000000000 --- a/acct-group/drone/drone-0-r1.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-group - -DESCRIPTION="A group for dev-util/drone" - -ACCT_GROUP_ID="112" diff --git a/acct-group/drone/drone-0-r2.ebuild b/acct-group/drone/drone-0-r2.ebuild new file mode 100644 index 000000000000..4cac9359c209 --- /dev/null +++ b/acct-group/drone/drone-0-r2.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for dev-util/drone" + +ACCT_GROUP_ID="112" -- cgit v1.2.3-65-gdbad