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 EAA23138334 for ; Sat, 16 Mar 2019 19:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 043A3E0887; Sat, 16 Mar 2019 19:58:45 +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 CD888E0887 for ; Sat, 16 Mar 2019 19:58:44 +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 63DC6335D02 for ; Sat, 16 Mar 2019 19:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A12E559 for ; Sat, 16 Mar 2019 19:58:42 +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: <1552766311.e261c172abd1c419170f11f365170ba9e81bfe59.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/childprocess/childprocess-0.9.0.ebuild dev-ruby/childprocess/childprocess-1.0.1.ebuild X-VCS-Directories: dev-ruby/childprocess/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e261c172abd1c419170f11f365170ba9e81bfe59 X-VCS-Branch: master Date: Sat, 16 Mar 2019 19:58:42 +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: 4b32106e-5496-4351-a244-38aae0e4028a X-Archives-Hash: 11fe83fa1db5439c2a778c949bc50758 commit: e261c172abd1c419170f11f365170ba9e81bfe59 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 16 19:58:31 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Mar 16 19:58:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e261c172 dev-ruby/childprocess: mark s390 stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/childprocess/childprocess-0.9.0.ebuild | 4 ++-- dev-ruby/childprocess/childprocess-1.0.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/childprocess/childprocess-0.9.0.ebuild b/dev-ruby/childprocess/childprocess-0.9.0.ebuild index 0d90f2ae116..d93efa6b6f1 100644 --- a/dev-ruby/childprocess/childprocess-0.9.0.ebuild +++ b/dev-ruby/childprocess/childprocess-0.9.0.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 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.11" diff --git a/dev-ruby/childprocess/childprocess-1.0.1.ebuild b/dev-ruby/childprocess/childprocess-1.0.1.ebuild index 294d4cf7e4a..fed3e299a0f 100644 --- a/dev-ruby/childprocess/childprocess-1.0.1.ebuild +++ b/dev-ruby/childprocess/childprocess-1.0.1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"