From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E88C158095 for ; Tue, 30 Aug 2022 17:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B18E0986; Tue, 30 Aug 2022 17:50:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E454E0986 for ; Tue, 30 Aug 2022 17:50:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65466341031 for ; Tue, 30 Aug 2022 17:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03DCE58D for ; Tue, 30 Aug 2022 17:50:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661881846.950bf698ab11f50350c27de6927903041b75b81b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild x11-themes/gtk-engines/gtk-engines-2.20.2-r101.ebuild X-VCS-Directories: x11-themes/gtk-engines/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 950bf698ab11f50350c27de6927903041b75b81b X-VCS-Branch: master Date: Tue, 30 Aug 2022 17:50:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c619b106-ec5e-40b4-ac61-cf483b45f9a8 X-Archives-Hash: fcf4a2c77d5197860bc0b23c690cecc1 commit: 950bf698ab11f50350c27de6927903041b75b81b Author: David Seifert gentoo org> AuthorDate: Tue Aug 30 08:37:21 2022 +0000 Commit: Sam James gentoo 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 gentoo.org> Signed-off-by: Sam James 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 -}