Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mxml/
Date: Sun, 11 Oct 2020 20:17:15
Message-Id: 1602447317.1ebacbc65f20527c06b8f1eaf3be0c07963a2096.conikost@gentoo
1 commit: 1ebacbc65f20527c06b8f1eaf3be0c07963a2096
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 19:37:57 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 20:15:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebacbc6
7
8 dev-libs/mxml: add ~arm64 keyword
9
10 Tested on arm64 chroot at packet-at.
11 All tests pass.
12
13 Closes: https://bugs.gentoo.org/747601
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 dev-libs/mxml/mxml-3.2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-libs/mxml/mxml-3.2.ebuild b/dev-libs/mxml/mxml-3.2.ebuild
21 index e4fccf7d1f7..7d0f5db4b8a 100644
22 --- a/dev-libs/mxml/mxml-3.2.ebuild
23 +++ b/dev-libs/mxml/mxml-3.2.ebuild
24 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/michaelrsweet/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
25
26 LICENSE="Mini-XML"
27 SLOT="0"
28 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
29 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 IUSE="static-libs threads"
31
32 BDEPEND="virtual/pkgconfig"