diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2021-02-04 10:20:02 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-02-04 10:20:02 -0800 |
commit | dfe54b1d2bc9f85104708c73e9c490f65ca143c3 (patch) | |
tree | e051535676647729018117647492ff70d779d6bf /app-misc/jq | |
parent | media-radio/tucnak: Version bump (diff) | |
download | gentoo-dfe54b1d2bc9f85104708c73e9c490f65ca143c3.tar.gz gentoo-dfe54b1d2bc9f85104708c73e9c490f65ca143c3.tar.bz2 gentoo-dfe54b1d2bc9f85104708c73e9c490f65ca143c3.zip |
app-misc/jq-1.7_pre20201109: Stabilize (bug #768669)
Bug: https://bugs.gentoo.org/768669
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-misc/jq')
-rw-r--r-- | app-misc/jq/jq-1.7_pre20201109.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild index fa0a2415e13b..d794935bb1ba 100644 --- a/app-misc/jq/jq-1.7_pre20201109.ebuild +++ b/app-misc/jq/jq-1.7_pre20201109.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}" LICENSE="MIT CC-BY-3.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos" IUSE="+oniguruma static-libs test" ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/ |