diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2022-09-24 20:27:24 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2022-09-24 20:27:24 +0200 |
commit | a10d4b651f6c1c56e41b7865c5ac6f6d96995e1d (patch) | |
tree | a235fac0eea61bb67bdcb18210396c144e88ed65 /app-admin/conky | |
parent | www-client/microsoft-edge: remove old (diff) | |
download | gentoo-a10d4b651f6c1c56e41b7865c5ac6f6d96995e1d.tar.gz gentoo-a10d4b651f6c1c56e41b7865c5ac6f6d96995e1d.tar.bz2 gentoo-a10d4b651f6c1c56e41b7865c5ac6f6d96995e1d.zip |
app-admin/conky: update EAPI 7 -> 8
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'app-admin/conky')
-rw-r--r-- | app-admin/conky/conky-1.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/conky/conky-1.13.1.ebuild b/app-admin/conky/conky-1.13.1.ebuild index a85625ab38f0..f909139904bf 100644 --- a/app-admin/conky/conky-1.13.1.ebuild +++ b/app-admin/conky/conky-1.13.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-3 ) |