diff options
author | Aaron Bauman <bman@gentoo.org> | 2021-03-07 21:02:21 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2021-03-07 21:02:52 -0500 |
commit | 9895f54be5ddd88d7043ef9be0792787ff92e263 (patch) | |
tree | 987d42f8742da793db3e21387e65052de630c512 /dev-libs/libutf8proc | |
parent | dev-libs/libmpack: fix build on Darwin and keyword (diff) | |
download | gentoo-9895f54be5ddd88d7043ef9be0792787ff92e263.tar.gz gentoo-9895f54be5ddd88d7043ef9be0792787ff92e263.tar.bz2 gentoo-9895f54be5ddd88d7043ef9be0792787ff92e263.zip |
dev-libs/libutf8prof: keyword ~x64-macos
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libutf8proc')
-rw-r--r-- | dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild index 1328d81f5015..aaaea94a9ffa 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/JuliaStrings/${PN#lib}/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos" IUSE="cjk static-libs test" RESTRICT="!test? ( test )" |