summaryrefslogtreecommitdiff
path: root/dev-libs/libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r--dev-libs/libxslt/Manifest2
-rw-r--r--dev-libs/libxslt/libxslt-1.1.34-r1.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libxslt/Manifest b/dev-libs/libxslt/Manifest
index 2f01690456ad..07668a1a999c 100644
--- a/dev-libs/libxslt/Manifest
+++ b/dev-libs/libxslt/Manifest
@@ -1,3 +1,3 @@
DIST libxslt-1.1.34.tar.gz 3552258 BLAKE2B f043a0357e0705ab68041adf4031a6b3e0b5c3d396691c988a34963a0ee0ebe3bede2d1d7a0c5f0c42c046183653c94f4b51e10e35980a039c8cad446e84ad86 SHA512 1516a11ad608b04740674060d2c5d733b88889de5e413b9a4e8bf8d1a90d712149df6d2b1345b615f529d7c7d3fa6dae12e544da828b39c7d415e54c0ee0776b
-EBUILD libxslt-1.1.34-r1.ebuild 1573 BLAKE2B 0d27be776fbeaad5abf68c7da1afc2f1754b9045f0c4e809e0ba1f2c8f465fba8501675eb47858c636611056040a37a708865d27934e714fb55a574807ac7b25 SHA512 72d4e0d42893bcd59775754f2f413d7598e55ebf440a25e3875a8004d9b344c6acc967a7d13bae3344b9f64f8688c369d9bb82b1ac1c4add065f2ea8d3c69552
+EBUILD libxslt-1.1.34-r1.ebuild 1699 BLAKE2B 1ed4960b46018ff32e2b62975f77ae30b44129d7699c8dfaf601afd8ab49be3d041c0f3a6ed0c60518444e56d162761919feee8e323678a1a9473f6947772101 SHA512 1c42ff76e742ed948ce2c080e72f650f341261bb2aa1d82ac5fd4b3853310eb93291b8992a3bfa610d52f3c3f38634c0f98a01d4f1953c5cfa3818e3ddd743eb
MISC metadata.xml 457 BLAKE2B dea5177b6500449022319ee718e279c698edfbeff13027dbe4db1318126dd693560435a864245898d4f55cbdeb4d3f9605dfe94c1053b3b76dc96f5c80456709 SHA512 d03eecaadd8414b7d2bc73e7a0bb2f91317cc6647f584a8b94346d37ded1b37a32651f0e8c46d308861f18fef94641265b0058eb740c5bcb4f91eee6cf4c05e3
diff --git a/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild
index 114b12b1abf4..350eede2cb08 100644
--- a/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild
@@ -5,6 +5,7 @@ EAPI=7
inherit libtool multilib-minimal toolchain-funcs
+# Note: Please bump this in sync with dev-libs/libxml2.
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxslt"
SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz"
@@ -18,7 +19,7 @@ IUSE="crypt debug examples static-libs elibc_Darwin"
BDEPEND=">=virtual/pkgconfig-1"
RDEPEND="
>=dev-libs/libxml2-2.9.10:2[${MULTILIB_USEDEP}]
- crypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] )
+ crypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}"
@@ -40,6 +41,7 @@ src_prepare() {
}
multilib_src_configure() {
+ # Python bindings were dropped as they were Python 2 only at the time
ECONF_SOURCE="${S}" econf \
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF} \
--with-html-subdir=html \