diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-01-07 09:54:49 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-07 09:54:49 +0100 |
commit | 80e3c15f13bce29a947602ae7a234d5fb35bfac4 (patch) | |
tree | 894cf226b0b9ae9f4a05a022f093e908255721e8 /dev-cpp/json11 | |
parent | dev-java/mill-bin: stabilize 0.9.10 for amd64 (diff) | |
download | gentoo-80e3c15f13bce29a947602ae7a234d5fb35bfac4.tar.gz gentoo-80e3c15f13bce29a947602ae7a234d5fb35bfac4.tar.bz2 gentoo-80e3c15f13bce29a947602ae7a234d5fb35bfac4.zip |
dev-cpp/json11: stabilize 1.0.0 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-cpp/json11')
-rw-r--r-- | dev-cpp/json11/json11-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/json11/json11-1.0.0.ebuild b/dev-cpp/json11/json11-1.0.0.ebuild index 94fcfeb98c40..f19252f78fb7 100644 --- a/dev-cpp/json11/json11-1.0.0.ebuild +++ b/dev-cpp/json11/json11-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dropbox/json11/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" PATCHES=( "${FILESDIR}"/${P}-fix-multiarch-install.patch |