diff options
author | 2024-11-12 23:49:55 +0100 | |
---|---|---|
committer | 2024-11-23 20:15:39 +0000 | |
commit | 26c166153a11a56580db9a645843e013ce87e337 (patch) | |
tree | 10451914935121ad39f8bb38bf57f64fcbe206b9 /dev-cpp | |
parent | dev-cpp/edencommon: keyword 2024.11.04.00 for ~arm64 (diff) | |
download | gentoo-26c166153a11a56580db9a645843e013ce87e337.tar.gz gentoo-26c166153a11a56580db9a645843e013ce87e337.tar.bz2 gentoo-26c166153a11a56580db9a645843e013ce87e337.zip |
dev-cpp/cpptoml: keyword 0.1.1 for ~arm64
Package provides no tests, but dev-util/watchman builds and passes
tests fine with it.
Signed-off-by: sin-ack <sin-ack@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cpptoml/cpptoml-0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpptoml/cpptoml-0.1.1.ebuild b/dev-cpp/cpptoml/cpptoml-0.1.1.ebuild index 27c81a63572b..e90c6978b955 100644 --- a/dev-cpp/cpptoml/cpptoml-0.1.1.ebuild +++ b/dev-cpp/cpptoml/cpptoml-0.1.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/skystrife/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="examples" PATCHES=( |