From 30e06c1e6246049daea431ca78806549e6777af6 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 14 Jan 2024 22:50:16 +0100 Subject: acct-group/lxc: update EAPI 7 -> 8 Signed-off-by: Conrad Kostecki --- acct-group/lxc/lxc-0-r1.ebuild | 9 --------- acct-group/lxc/lxc-0-r2.ebuild | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 acct-group/lxc/lxc-0-r1.ebuild create mode 100644 acct-group/lxc/lxc-0-r2.ebuild (limited to 'acct-group/lxc') diff --git a/acct-group/lxc/lxc-0-r1.ebuild b/acct-group/lxc/lxc-0-r1.ebuild deleted file mode 100644 index 32280b0d00db..000000000000 --- a/acct-group/lxc/lxc-0-r1.ebuild +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-group - -ACCT_GROUP_ID=358 -DESCRIPTION="Group for app-containers/lxc" diff --git a/acct-group/lxc/lxc-0-r2.ebuild b/acct-group/lxc/lxc-0-r2.ebuild new file mode 100644 index 000000000000..c2f7cd728e64 --- /dev/null +++ b/acct-group/lxc/lxc-0-r2.ebuild @@ -0,0 +1,9 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=358 +DESCRIPTION="Group for app-containers/lxc" -- cgit v1.2.3-65-gdbad