Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/tini/
Date: Wed, 28 Apr 2021 16:44:13
Message-Id: 1619628245.114ea46a4a68dba9f3d31278679654a854888473.zlogene@gentoo
1 commit: 114ea46a4a68dba9f3d31278679654a854888473
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 16:43:31 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 16:44:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114ea46a
7
8 sys-process/tini: Stabilize 0.19.0 amd64, #783525
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 sys-process/tini/tini-0.19.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/tini/tini-0.19.0.ebuild b/sys-process/tini/tini-0.19.0.ebuild
16 index 4e04e46695c..03ef87f88c1 100644
17 --- a/sys-process/tini/tini-0.19.0.ebuild
18 +++ b/sys-process/tini/tini-0.19.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
25 IUSE="+args +static"
26
27 src_prepare() {