commit: 808af002a23b24abe638de6d6c8477963bcd754d Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Dec 11 10:10:11 2018 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Dec 11 10:10:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808af002
sys-process/tini: Stabilize on amd64 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 sys-process/tini/tini-0.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/tini/tini-0.18.0.ebuild b/sys-process/tini/tini-0.18.0.ebuild index 9650f2b376b..6e77035221d 100644 --- a/sys-process/tini/tini-0.18.0.ebuild +++ b/sys-process/tini/tini-0.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+args +static" src_prepare() {
