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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39F0C138334 for ; Wed, 6 Jun 2018 05:24:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF48E07FA; Wed, 6 Jun 2018 05:24:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79146E07FA for ; Wed, 6 Jun 2018 05:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90E2F335C88 for ; Wed, 6 Jun 2018 05:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8634729E for ; Wed, 6 Jun 2018 05:24:18 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1528262646.3b74cf4bf4f8e2867b5feb531c358bc548405aa5.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXSLT/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild X-VCS-Directories: dev-perl/XML-LibXSLT/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3b74cf4bf4f8e2867b5feb531c358bc548405aa5 X-VCS-Branch: master Date: Wed, 6 Jun 2018 05:24: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-Archives-Salt: 43df854c-e9fe-473c-8e90-bfa20cd8a1f0 X-Archives-Hash: d1a6ba062b8f3649d83c49acc4bb563a commit: 3b74cf4bf4f8e2867b5feb531c358bc548405aa5 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jun 6 05:22:13 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jun 6 05:24:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b74cf4b dev-perl/XML-LibXSLT: newer dev-libs/libxslt for glibc glibc-2.26 no longer ships xlocale.h, and consumers should switch to locale.h instead. dev-libs/libxslt-1.1.32 contains the fix, but we need to make sure it's present before dev-perl/XML-LibXSLT gets rebuilt. Bug: https://bugs.gentoo.org/show_bug.cgi?id=638010 Bug: https://bugs.gentoo.org/637310 Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.33, Repoman-2.3.9 dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild | 4 ++-- dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild | 4 ++-- dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild index e15e23d7529..890f277c9b8 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-maco IUSE="" RDEPEND=" - >=dev-libs/libxslt-1.1.28 + >=dev-libs/libxslt-1.1.32 >=dev-perl/XML-LibXML-1.700.0 " DEPEND="${RDEPEND} diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild index da590b150cb..8f84f77ade2 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" virtual/perl-Encode >=dev-perl/XML-LibXML-1.700.0 - >=dev-libs/libxslt-1.1.28 + >=dev-libs/libxslt-1.1.32 " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild index 1ff94eb294e..04abe2cb388 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" virtual/perl-Encode >=dev-perl/XML-LibXML-1.700.0 - >=dev-libs/libxslt-1.1.28 + >=dev-libs/libxslt-1.1.32 " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker