diff options
author | Sam James <sam@gentoo.org> | 2024-01-29 17:16:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-29 17:16:47 +0000 |
commit | 423331f99c618054ca7033275bae448ef659cdf7 (patch) | |
tree | 05f31d8ee1231901396c9bc670a786cc81d5e59e /dev-libs/libgrapheme | |
parent | media-gfx/imv: Keyword 4.4.0-r1 arm64, #923218 (diff) | |
download | gentoo-423331f99c618054ca7033275bae448ef659cdf7.tar.gz gentoo-423331f99c618054ca7033275bae448ef659cdf7.tar.bz2 gentoo-423331f99c618054ca7033275bae448ef659cdf7.zip |
dev-libs/libgrapheme: Keyword 2.0.2 arm64, #923218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libgrapheme')
-rw-r--r-- | dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild index bbdd40983f99..42cdfea03e32 100644 --- a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild +++ b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/libgrapheme/${P}.tar.gz" LICENSE="ISC Unicode-DFS-2016" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" # upstream suggests keeping the static option, others have requested it too IUSE="static-libs" |