summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-10-11 21:37:57 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-10-11 22:15:17 +0200
commit1ebacbc65f20527c06b8f1eaf3be0c07963a2096 (patch)
tree7c886469c266abc12630fbbab285a4c869c69c5b
parentnet-misc/wol: add ~arm64 keyword (diff)
downloadgentoo-1ebacbc6.tar.gz
gentoo-1ebacbc6.tar.bz2
gentoo-1ebacbc6.zip
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@gentoo.org>
-rw-r--r--dev-libs/mxml/mxml-3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mxml/mxml-3.2.ebuild b/dev-libs/mxml/mxml-3.2.ebuild
index e4fccf7d1f76..7d0f5db4b8ab 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"