mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-perl/XML-LibXML: depend on newer XML-Sax
Needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax has the ROOT check fixed. Closes: https://bugs.gentoo.org/840053 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -14,6 +14,9 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
|
||||
IUSE="minimal"
|
||||
|
||||
# >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax
|
||||
# has the ROOT check fixed. Didn't happen with XML-SAX-Expat, but best to be careful.
|
||||
# bug #840053
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Encode
|
||||
@@ -21,7 +24,7 @@ RDEPEND="
|
||||
virtual/perl-IO
|
||||
virtual/perl-Scalar-List-Utils
|
||||
>=dev-perl/XML-NamespaceSupport-1.70.0
|
||||
>=dev-perl/XML-SAX-0.110.0
|
||||
>=dev-perl/XML-SAX-1.20.0-r1
|
||||
dev-perl/XML-SAX-Base
|
||||
>=dev-libs/libxml2-2.6.21:2=
|
||||
virtual/perl-parent
|
||||
Reference in New Issue
Block a user