Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/
Date: Sat, 24 Sep 2022 18:27:46
Message-Id: 1664044044.a10d4b651f6c1c56e41b7865c5ac6f6d96995e1d.billie@gentoo
1 commit: a10d4b651f6c1c56e41b7865c5ac6f6d96995e1d
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 18:27:24 2022 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 18:27:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10d4b65
7
8 app-admin/conky: update EAPI 7 -> 8
9
10 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
11
12 app-admin/conky/conky-1.13.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/conky/conky-1.13.1.ebuild b/app-admin/conky/conky-1.13.1.ebuild
16 index a85625ab38f0..f909139904bf 100644
17 --- a/app-admin/conky/conky-1.13.1.ebuild
18 +++ b/app-admin/conky/conky-1.13.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 LUA_COMPAT=( lua5-3 )