commit:     cae6deea1f6abda4e9e88e32881f396186d4c6aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 17:50:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 18:19:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae6deea

app-admin/conky: add missing LUA_REQUIRED_USE

Bug: https://bugs.gentoo.org/920286
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/conky/conky-1.19.2-r1.ebuild | 3 ++-
 app-admin/conky/conky-1.19.6-r2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-admin/conky/conky-1.19.2-r1.ebuild 
b/app-admin/conky/conky-1.19.2-r1.ebuild
index 547fbe04781e..1e44cd819fe5 100644
--- a/app-admin/conky/conky-1.19.2-r1.ebuild
+++ b/app-admin/conky/conky-1.19.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -93,6 +93,7 @@ python_check_deps() {
 }
 
 REQUIRED_USE="
+       ${LUA_REQUIRED_USE}
        imlib? ( X )
        lua-cairo? ( X  bundled-toluapp )
        lua-imlib? ( X  bundled-toluapp )

diff --git a/app-admin/conky/conky-1.19.6-r2.ebuild 
b/app-admin/conky/conky-1.19.6-r2.ebuild
index e5a4b20b0736..bf923928932c 100644
--- a/app-admin/conky/conky-1.19.6-r2.ebuild
+++ b/app-admin/conky/conky-1.19.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -96,6 +96,7 @@ python_check_deps() {
 }
 
 REQUIRED_USE="
+       ${LUA_REQUIRED_USE}
        imlib? ( X )
        lua-cairo? ( X  bundled-toluapp )
        lua-imlib? ( X  bundled-toluapp )

Reply via email to