commit:     6b82132258478a56dcceeea40eb671f21c6bf0a3
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 21 03:38:36 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 16:39:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b821322

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 <eschwartz <AT> gentoo.org>

 .../yelp-xsl/{yelp-xsl-42.1.ebuild => yelp-xsl-42.1-r1.ebuild}   | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

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 03d4cf52fd12..a7cec0242359 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

Reply via email to