From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2065215808B for ; Fri, 18 Feb 2022 02:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EED57E07D8; Fri, 18 Feb 2022 02:14:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2D7EE07D8 for ; Fri, 18 Feb 2022 02:14:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13F0D343319 for ; Fri, 18 Feb 2022 02:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 869FC1EF for ; Fri, 18 Feb 2022 02:14:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645150411.64fffddc8cadee575c8be5e36ee463f2cda05972.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxslt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxslt/libxslt-1.1.35.ebuild X-VCS-Directories: dev-libs/libxslt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64fffddc8cadee575c8be5e36ee463f2cda05972 X-VCS-Branch: master Date: Fri, 18 Feb 2022 02:14:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81a3cd4a-e37e-46a1-9781-0c4e03d97740 X-Archives-Hash: 86e8d10c566fc535b996b563f3be5b8f commit: 64fffddc8cadee575c8be5e36ee463f2cda05972 Author: Sam James gentoo org> AuthorDate: Fri Feb 18 01:28:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 02:13:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fffddc dev-libs/libxslt: add note on Python bindings Signed-off-by: Sam James gentoo.org> dev-libs/libxslt/libxslt-1.1.35.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libxslt/libxslt-1.1.35.ebuild b/dev-libs/libxslt/libxslt-1.1.35.ebuild index 6f915b40f620..8391c987527c 100644 --- a/dev-libs/libxslt/libxslt-1.1.35.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.35.ebuild @@ -40,6 +40,8 @@ src_prepare() { multilib_src_configure() { # Python bindings were dropped as they were Python 2 only at the time + # Work in 1.1.35+ is occurring to add prelim. Python 3 support, so could + # restore if something needs them. ECONF_SOURCE="${S}" econf \ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF} \ --with-html-subdir=html \