diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-01-02 11:43:01 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-01-02 11:44:34 -0600 |
commit | 9866a55d32d90a53e73d5b44c1e2f455275d50be (patch) | |
tree | 6b7b034dd306139f7b2fb76219c28bd2538ae856 /app-crypt | |
parent | sys-cluster/kube-scheduler: add 1.26.12 (diff) | |
download | gentoo-9866a55d32d90a53e73d5b44c1e2f455275d50be.tar.gz gentoo-9866a55d32d90a53e73d5b44c1e2f455275d50be.tar.bz2 gentoo-9866a55d32d90a53e73d5b44c1e2f455275d50be.zip |
app-crypt/p11-kit: add missing libxslt BDEPEND
Probably missing a long time but unnoticed since libxslt normally gets
installed pretty early. This is causing releng autobuild issues.
../p11-kit-0.25.0/doc/manual/meson.build:91:13: ERROR: Program
'xsltproc' not found or not executable
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.25.3.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild b/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild index f1af80bcb047..e5e1a9e6312d 100644 --- a/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig gtk-doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) diff --git a/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild b/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild index 73ece25e1f8f..2955ab7df936 100644 --- a/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig gtk-doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) diff --git a/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild b/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild index acb110fc1090..84805329597f 100644 --- a/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig gtk-doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) diff --git a/app-crypt/p11-kit/p11-kit-0.25.3.ebuild b/app-crypt/p11-kit/p11-kit-0.25.3.ebuild index e55f9d757a70..754607b9c347 100644 --- a/app-crypt/p11-kit/p11-kit-0.25.3.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.25.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig gtk-doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) |