From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F1FE138334 for ; Wed, 17 Oct 2018 16:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3FD3E08F4; Wed, 17 Oct 2018 16:48:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84587E08F4 for ; Wed, 17 Oct 2018 16:48:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D584335CEB for ; Wed, 17 Oct 2018 16:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFACD441 for ; Wed, 17 Oct 2018 16:48:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539794787.431e0f870c813ba54d770f3e42eb685aaee1352b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kyua/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kyua/kyua-0.13-r2.ebuild X-VCS-Directories: dev-util/kyua/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 431e0f870c813ba54d770f3e42eb685aaee1352b X-VCS-Branch: master Date: Wed, 17 Oct 2018 16:48:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7288199d-e9bb-431a-8cc8-24871587f1ba X-Archives-Hash: 96d416cdd4e5aca7f95ce2c83ea7fb47 commit: 431e0f870c813ba54d770f3e42eb685aaee1352b Author: Mikle Kolyada gentoo org> AuthorDate: Wed Oct 17 16:46:27 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Oct 17 16:46:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431e0f87 dev-util/kyua: Add s390 keyword wrt bug #617758 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-util/kyua/kyua-0.13-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kyua/kyua-0.13-r2.ebuild b/dev-util/kyua/kyua-0.13-r2.ebuild index ef98722f052..a7d31b7d8c3 100644 --- a/dev-util/kyua/kyua-0.13-r2.ebuild +++ b/dev-util/kyua/kyua-0.13-r2.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="test" # Tests fail