commit: 950bf698ab11f50350c27de6927903041b75b81b Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Aug 30 08:37:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 30 17:50:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950bf698
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 <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> ...ines-2.20.2-r100.ebuild => gtk-engines-2.20.2-r101.ebuild} | 11 +++-------- 1 file 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 similarity index 91% rename from x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild rename to 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 -}
