diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2023-06-13 22:59:15 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-06-14 16:57:41 +0200 |
commit | d0ce0743ca78745a7e1933b76ac2b90fad2d8e0c (patch) | |
tree | 0bd203b3b2a40d063c8adb4959bbbd43371f6c70 /dev-cpp/picojson | |
parent | dev-libs/libmacaroons: really disable python (2.x only) (diff) | |
download | gentoo-d0ce0743ca78745a7e1933b76ac2b90fad2d8e0c.tar.gz gentoo-d0ce0743ca78745a7e1933b76ac2b90fad2d8e0c.tar.bz2 gentoo-d0ce0743ca78745a7e1933b76ac2b90fad2d8e0c.zip |
dev-cpp/picojson: keyword 1.3.0 for ~x86
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-cpp/picojson')
-rw-r--r-- | dev-cpp/picojson/picojson-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/picojson/picojson-1.3.0.ebuild b/dev-cpp/picojson/picojson-1.3.0.ebuild index ca57d8fb939c..69aa38b5ea25 100644 --- a/dev-cpp/picojson/picojson-1.3.0.ebuild +++ b/dev-cpp/picojson/picojson-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kazuho/picojson/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" src_compile() { : |