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 0B753138334 for ; Sun, 17 Feb 2019 17:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20637E0A5A; Sun, 17 Feb 2019 17:29:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7D47E0A5A for ; Sun, 17 Feb 2019 17:29:30 +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 1256D335C7A for ; Sun, 17 Feb 2019 17:29:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E8D326 for ; Sun, 17 Feb 2019 17:29:27 +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: <1550424558.13f0c1dc40befa71b9fb29ec8b54da1f8f354984.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmdtest/cmdtest-0.30.ebuild X-VCS-Directories: dev-util/cmdtest/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 13f0c1dc40befa71b9fb29ec8b54da1f8f354984 X-VCS-Branch: master Date: Sun, 17 Feb 2019 17:29:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28393809-3afa-4aa0-ada3-1d7b30f1825c X-Archives-Hash: d152fe7c1b1c17456bcae17f892e5e61 commit: 13f0c1dc40befa71b9fb29ec8b54da1f8f354984 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 17:29:02 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 17 17:29:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f0c1dc dev-util/cmdtest: mark s390 stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/cmdtest/cmdtest-0.30.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild b/dev-util/cmdtest/cmdtest-0.30.ebuild index aaef1d8ec95..696c8fe9d19 100644 --- a/dev-util/cmdtest/cmdtest-0.30.ebuild +++ b/dev-util/cmdtest/cmdtest-0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd" RDEPEND=" dev-python/cliapp[${PYTHON_USEDEP}]