diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-11 21:37:57 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-11 22:15:17 +0200 |
commit | 1ebacbc65f20527c06b8f1eaf3be0c07963a2096 (patch) | |
tree | 7c886469c266abc12630fbbab285a4c869c69c5b /dev-libs | |
parent | net-misc/wol: add ~arm64 keyword (diff) | |
download | gentoo-1ebacbc65f20527c06b8f1eaf3be0c07963a2096.tar.gz gentoo-1ebacbc65f20527c06b8f1eaf3be0c07963a2096.tar.bz2 gentoo-1ebacbc65f20527c06b8f1eaf3be0c07963a2096.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>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/mxml/mxml-3.2.ebuild | 2 |
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" |