diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-24 16:55:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-24 16:56:01 +0100 |
commit | 59bc237feda2bca0458aaef5905726cc1f6be098 (patch) | |
tree | 022b58bcd1eeb3d3ad118c597df52430365eb9c6 /dev-python/xmlsec | |
parent | dev-python/colorlog: Fix running tests with NO_COLOR=1 (diff) | |
download | gentoo-59bc237feda2bca0458aaef5905726cc1f6be098.tar.gz gentoo-59bc237feda2bca0458aaef5905726cc1f6be098.tar.bz2 gentoo-59bc237feda2bca0458aaef5905726cc1f6be098.zip |
dev-python/xmlsec: Stabilize 1.3.12-r2 arm64, #918368
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlsec')
-rw-r--r-- | dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild index b85f07eb23b4..bb49f81c3b00 100644 --- a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild +++ b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" # Doesn't yet support xmlsec-1.3.0: https://github.com/xmlsec/python-xmlsec/issues/252 RDEPEND=" |