Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/
Date: Mon, 29 Jun 2020 23:11:41
Message-Id: 1593472288.9e8f6fe180f5482b87f6378e05049ecf507c6995.chutzpah@gentoo
1 commit: 9e8f6fe180f5482b87f6378e05049ecf507c6995
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Mon Jun 29 23:11:28 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 23:11:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8f6fe1
7
8 dev-lang/jsonnet-0.16.0: Stabilize
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-lang/jsonnet/jsonnet-0.16.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
18 index d3e73e1a081..6de0f83af2c 100644
19 --- a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
20 +++ b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
21 @@ -15,7 +15,7 @@ IUSE="custom-optimization python"
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="amd64 ~x86"
27 DEPEND="
28 python? ( ${PYTHON_DEPS} )
29 "