commit: 1ebacbc65f20527c06b8f1eaf3be0c07963a2096 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 19:37:57 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 20:15:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebacbc6
dev-libs/mxml: add ~arm64 keyword Tested on arm64 chroot at packet-at. All tests pass. Closes: https://bugs.gentoo.org/747601 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/mxml/mxml-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mxml/mxml-3.2.ebuild b/dev-libs/mxml/mxml-3.2.ebuild index e4fccf7d1f7..7d0f5db4b8a 100644 --- a/dev-libs/mxml/mxml-3.2.ebuild +++ b/dev-libs/mxml/mxml-3.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/michaelrsweet/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Mini-XML" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs threads" BDEPEND="virtual/pkgconfig"
