diff options
author | David Seifert <soap@gentoo.org> | 2022-08-30 10:37:21 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-30 18:50:46 +0100 |
commit | 950bf698ab11f50350c27de6927903041b75b81b (patch) | |
tree | 5d8c71ee73ffd2b69b9dc86bbd0807b39a4131b2 /x11-themes | |
parent | dev-lang/lua: drop multilib (diff) | |
download | gentoo-950bf698ab11f50350c27de6927903041b75b81b.tar.gz gentoo-950bf698ab11f50350c27de6927903041b75b81b.tar.bz2 gentoo-950bf698ab11f50350c27de6927903041b75b81b.zip |
x11-themes/gtk-engines: remove multilib from lua dep
Closes: https://github.com/gentoo/gentoo/pull/27067
Closes: https://github.com/gentoo/gentoo/pull/27071
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines/gtk-engines-2.20.2-r101.ebuild (renamed from x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild) | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild b/x11-themes/gtk-engines/gtk-engines-2.20.2-r101.ebuild index 42e426543bad..e5b881dd8425 100644 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild +++ b/x11-themes/gtk-engines/gtk-engines-2.20.2-r101.ebuild @@ -17,14 +17,13 @@ LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="accessibility lua" - REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" # Lua dependency uses lua_gen_impl_dep() because LUA_REQ_USE doesn't seem # to play nicely with MULTILIB_USEDEP. RDEPEND=" >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] - lua? ( $(lua_gen_impl_dep "${MULTILIB_USEDEP}") ) + lua? ( ${LUA_DEPS} ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -58,8 +57,8 @@ src_prepare() { multilib_src_configure() { local confopts=( --enable-animation - $(use_enable lua) - $(use_with lua system-lua) + $(multilib_native_use_enable lua) + $(multilib_native_use_with lua system-lua) ) ECONF_SOURCE=${S} gnome2_src_configure "${confopts[@]}" } @@ -67,7 +66,3 @@ multilib_src_configure() { multilib_src_install() { gnome2_src_install } - -multilib_src_install_all() { - einstalldocs -} |