mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user