From 0fac217c9105b04a80d3756ef39a2bafc79c780c Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 14 Jan 2024 23:13:38 +0100 Subject: acct-user/systemd-journal-remote: update EAPI 7 -> 8 Signed-off-by: Conrad Kostecki --- .../systemd-journal-remote/systemd-journal-remote-0-r2.ebuild | 11 ----------- .../systemd-journal-remote/systemd-journal-remote-0-r3.ebuild | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 acct-user/systemd-journal-remote/systemd-journal-remote-0-r2.ebuild create mode 100644 acct-user/systemd-journal-remote/systemd-journal-remote-0-r3.ebuild diff --git a/acct-user/systemd-journal-remote/systemd-journal-remote-0-r2.ebuild b/acct-user/systemd-journal-remote/systemd-journal-remote-0-r2.ebuild deleted file mode 100644 index 79477b5fc172..000000000000 --- a/acct-user/systemd-journal-remote/systemd-journal-remote-0-r2.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -ACCT_USER_ID=191 -ACCT_USER_GROUPS=( systemd-journal-remote ) - -acct-user_add_deps diff --git a/acct-user/systemd-journal-remote/systemd-journal-remote-0-r3.ebuild b/acct-user/systemd-journal-remote/systemd-journal-remote-0-r3.ebuild new file mode 100644 index 000000000000..39d3d14ebb3d --- /dev/null +++ b/acct-user/systemd-journal-remote/systemd-journal-remote-0-r3.ebuild @@ -0,0 +1,11 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID=191 +ACCT_USER_GROUPS=( systemd-journal-remote ) + +acct-user_add_deps -- cgit v1.2.3-65-gdbad