From 6b82132258478a56dcceeea40eb671f21c6bf0a3 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 20 Jul 2025 23:38:36 -0400 Subject: [PATCH] gnome-extra/yelp-xsl: remove pointless rdeps on libxml2/libxslt I have no idea why these ever existed. Both provide CLI tools the build system for yelp-xsl may use -- missing bdep!!! -- but the package only packages data files. To top it off, since gentoo-historical-2.git commit 14bd23ed8665b9e8e01a915f16285d2019961e53 this package bound to := which is extra bizarre. Signed-off-by: Eli Schwartz --- .../{yelp-xsl-42.1.ebuild => yelp-xsl-42.1-r1.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename gnome-extra/yelp-xsl/{yelp-xsl-42.1.ebuild => yelp-xsl-42.1-r1.ebuild} (78%) diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-42.1-r1.ebuild similarity index 78% rename from gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild rename to gnome-extra/yelp-xsl/yelp-xsl-42.1-r1.ebuild index 03d4cf52fd12c..a7cec0242359d 100644 --- a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild +++ b/gnome-extra/yelp-xsl/yelp-xsl-42.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,12 +11,9 @@ LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -DEPEND=" - >=dev-libs/libxml2-2.6.12:= - >=dev-libs/libxslt-1.1.8:= -" -RDEPEND="${DEPEND}" BDEPEND=" + >=dev-libs/libxml2-2.6.12 + >=dev-libs/libxslt-1.1.8 >=dev-util/itstool-1.2.0 >=sys-devel/gettext-0.19.8 app-alternatives/awk