diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 17:50:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 18:19:07 +0000 |
commit | cae6deea1f6abda4e9e88e32881f396186d4c6aa (patch) | |
tree | e656a20735cf1b252caa6c62633fb3c8a340311e /app-admin | |
parent | dev-libs/inih: Stabilize 57-r1 ppc64, #921940 (diff) | |
download | gentoo-cae6deea1f6abda4e9e88e32881f396186d4c6aa.tar.gz gentoo-cae6deea1f6abda4e9e88e32881f396186d4c6aa.tar.bz2 gentoo-cae6deea1f6abda4e9e88e32881f396186d4c6aa.zip |
app-admin/conky: add missing LUA_REQUIRED_USE
Bug: https://bugs.gentoo.org/920286
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/conky/conky-1.19.2-r1.ebuild | 3 | ||||
-rw-r--r-- | 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 ) |