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 12AFE158041 for ; Fri, 8 Mar 2024 11:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D23E29FA; Fri, 8 Mar 2024 11:09:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 35C96E29FB for ; Fri, 8 Mar 2024 11:09:50 +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 43524343073 for ; Fri, 8 Mar 2024 11:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6092214F1 for ; Fri, 8 Mar 2024 11:09:46 +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: <1709896143.223aebe2abb7cbfe3caa836ae17314869b8e79dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fox/fox-1.7.84.ebuild X-VCS-Directories: x11-libs/fox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 223aebe2abb7cbfe3caa836ae17314869b8e79dd X-VCS-Branch: master Date: Fri, 8 Mar 2024 11:09:46 +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: 34409dff-9986-4864-b7d3-12f351c8da8b X-Archives-Hash: 99b9b39cda87a0b4189e7f4928bb23cd commit: 223aebe2abb7cbfe3caa836ae17314869b8e79dd Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 8 09:24:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 8 11:09:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223aebe2 x11-libs/fox: drop fox-wrapper to an RDEPEND only Do not require it with --buildpkgonly, since it is not needed for it. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> x11-libs/fox/fox-1.7.84.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/x11-libs/fox/fox-1.7.84.ebuild b/x11-libs/fox/fox-1.7.84.ebuild index 0250594bf1a6..33e6f56e8667 100644 --- a/x11-libs/fox/fox-1.7.84.ebuild +++ b/x11-libs/fox/fox-1.7.84.ebuild @@ -14,8 +14,7 @@ SLOT="1.7" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="+bzip2 +jpeg +opengl +png tiff +truetype +zlib debug doc profile tools" -RDEPEND=" - x11-libs/fox-wrapper +COMMON_DEPEND=" x11-libs/libXcursor x11-libs/libXrandr bzip2? ( app-arch/bzip2 ) @@ -29,8 +28,12 @@ RDEPEND=" ) zlib? ( sys-libs/zlib ) " +RDEPEND=" + ${COMMON_DEPEND} + x11-libs/fox-wrapper +" DEPEND=" - ${RDEPEND} + ${COMMON_DEPEND} x11-base/xorg-proto x11-libs/libXt "