diff options
author | 2023-07-02 07:42:18 +0200 | |
---|---|---|
committer | 2023-07-02 14:47:50 +0200 | |
commit | be7c21850ccf57d0c5ebfb32af088361cc4f1b17 (patch) | |
tree | b1d028390a3f0527e64edb3fd020737c241b38f2 /acct-user | |
parent | acct-user/havp: remove unused variable (diff) | |
download | gentoo-be7c21850ccf57d0c5ebfb32af088361cc4f1b17.tar.gz gentoo-be7c21850ccf57d0c5ebfb32af088361cc4f1b17.tar.bz2 gentoo-be7c21850ccf57d0c5ebfb32af088361cc4f1b17.zip |
acct-user/havp: EAPI 7 -> 8
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/havp/havp-0-r1.ebuild (renamed from acct-user/havp/havp-0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/havp/havp-0.ebuild b/acct-user/havp/havp-0-r1.ebuild index 6b7d66da3ee8..9b8f3542221f 100644 --- a/acct-user/havp/havp-0.ebuild +++ b/acct-user/havp/havp-0-r1.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 |