diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-06-05 22:22:13 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-06-05 22:24:06 -0700 |
commit | 3b74cf4bf4f8e2867b5feb531c358bc548405aa5 (patch) | |
tree | d5d84aa5457179d899c2b827bfc64d8f2b18c123 | |
parent | sys-apps/portage: fix Ctrl-C CancelledError regression (bug 657436) (diff) | |
download | gentoo-3b74cf4bf4f8e2867b5feb531c358bc548405aa5.tar.gz gentoo-3b74cf4bf4f8e2867b5feb531c358bc548405aa5.tar.bz2 gentoo-3b74cf4bf4f8e2867b5feb531c358bc548405aa5.zip |
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 <robbat2@gentoo.org>
Package-Manager: Portage-2.3.33, Repoman-2.3.9
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild | 4 | ||||
-rw-r--r-- | 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 e15e23d75298..890f277c9b8c 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 da590b150cba..8f84f77ade28 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 1ff94eb294e3..04abe2cb3886 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 |