Gentoo Archives: gentoo-commits

From: Stephen Klimaszewski <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Wed, 17 Feb 2016 23:53:20
Message-Id: 1455753171.596b4af567f9314a9c87f0baa445efb6d7b449a3.steev@gentoo
1 commit: 596b4af567f9314a9c87f0baa445efb6d7b449a3
2 Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 23:52:51 2016 +0000
4 Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 23:52:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596b4af5
7
8 dev-libs/libxml2: Mark 2.9.2-r4 stable for arm64
9
10 Somehow this wasn't stabled, even though gettext deps on it and that is stable for arm64.
11 Tests pass on Cortex A53
12
13 Package-Manager: portage-2.2.27
14
15 dev-libs/libxml2/libxml2-2.9.2-r4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
19 index 9797597..195aaa2 100644
20 --- a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
21 +++ b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
22 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
23
24 LICENSE="MIT"
25 SLOT="2"
26 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
27 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
28 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
29
30 XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"