commit: 223aebe2abb7cbfe3caa836ae17314869b8e79dd
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 8 09:24:15 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> 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
"