diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-07-28 08:58:07 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-07-28 08:58:34 +0200 |
commit | 93d4e99f7d305e1d785610b2efe87f21fbe78392 (patch) | |
tree | 133724f8d58f4db84ab7454005828846b299ef61 /acct-user | |
parent | acct-user/logcheck: add missing conditional RDEPEND on acct-group/systemd-jou... (diff) | |
download | gentoo-93d4e99f7d305e1d785610b2efe87f21fbe78392.tar.gz gentoo-93d4e99f7d305e1d785610b2efe87f21fbe78392.tar.bz2 gentoo-93d4e99f7d305e1d785610b2efe87f21fbe78392.zip |
acct-user/logcheck: update EAPI 7 -> 8
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/logcheck/logcheck-0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/logcheck/logcheck-0-r3.ebuild b/acct-user/logcheck/logcheck-0-r3.ebuild index 8dfba8cb9150..17b949d61f95 100644 --- a/acct-user/logcheck/logcheck-0-r3.ebuild +++ b/acct-user/logcheck/logcheck-0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit acct-user |