diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-28 00:23:07 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-28 00:23:10 -0400 |
commit | ffe14b759194c10f7a1eea9679af93846ddcb645 (patch) | |
tree | a4c383865e54fac989b7c32b125f63aecd516ae2 /app-text/yelp-tools | |
parent | net-libs/gtk-vnc: Fix musl build (diff) | |
download | gentoo-ffe14b759194c10f7a1eea9679af93846ddcb645.tar.gz gentoo-ffe14b759194c10f7a1eea9679af93846ddcb645.tar.bz2 gentoo-ffe14b759194c10f7a1eea9679af93846ddcb645.zip |
app-text/yelp-tools: Correct gnome-extra/yelp-xsl dependency
Closes: https://bugs.gentoo.org/786126
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/yelp-tools')
-rw-r--r-- | app-text/yelp-tools/yelp-tools-40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/yelp-tools/yelp-tools-40.0.ebuild b/app-text/yelp-tools/yelp-tools-40.0.ebuild index 9bc15930dae2..89f69c203b36 100644 --- a/app-text/yelp-tools/yelp-tools-40.0.ebuild +++ b/app-text/yelp-tools/yelp-tools-40.0.ebuild @@ -19,7 +19,7 @@ RDEPEND=" >=dev-libs/libxml2-2.6.12 >=dev-libs/libxslt-1.1.8 dev-util/itstool - >=gnome-extra/yelp-xsl-3.36 + >=gnome-extra/yelp-xsl-3.38 " DEPEND="${RDEPEND}" BDEPEND=" |