Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/tini/
Date: Wed, 05 Apr 2017 10:21:11
Message-Id: 1491387649.46809a24e0dbf0502a3d788a558e6cbbf8398843.xmw@gentoo
1 commit: 46809a24e0dbf0502a3d788a558e6cbbf8398843
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 10:17:50 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 10:20:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46809a24
7
8 sys-process/tini: add ~arm (bug 566732)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 sys-process/tini/tini-0.13.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-process/tini/tini-0.13.2.ebuild b/sys-process/tini/tini-0.13.2.ebuild
17 index 3e05b789049..d99c02c2fd4 100644
18 --- a/sys-process/tini/tini-0.13.2.ebuild
19 +++ b/sys-process/tini/tini-0.13.2.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~x86"
26 IUSE="+args static"
27
28 src_prepare() {