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 1CDE3138334 for ; Tue, 29 Jan 2019 12:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 418D6E0B1E; Tue, 29 Jan 2019 12:21:07 +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 1F6CDE0B1E for ; Tue, 29 Jan 2019 12:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9CB15335D11 for ; Tue, 29 Jan 2019 12:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD3251B for ; Tue, 29 Jan 2019 12:21:03 +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: <1548764448.8de971f954026425154f74bac6c22b2575e8fadd.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pfm/pfm-2.12.3.ebuild X-VCS-Directories: app-misc/pfm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8de971f954026425154f74bac6c22b2575e8fadd X-VCS-Branch: master Date: Tue, 29 Jan 2019 12:21:03 +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: 6d7613d3-6a26-4e40-9d48-34e322c6d51c X-Archives-Hash: b2f9eb2b265c2aff166a0ca5a83780a9 commit: 8de971f954026425154f74bac6c22b2575e8fadd Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jan 29 12:20:48 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jan 29 12:20:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de971f9 app-misc/pfm: mark s390 stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-misc/pfm/pfm-2.12.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/pfm/pfm-2.12.3.ebuild b/app-misc/pfm/pfm-2.12.3.ebuild index 6932426c8f5..0d060d619cc 100644 --- a/app-misc/pfm/pfm-2.12.3.ebuild +++ b/app-misc/pfm/pfm-2.12.3.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=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/p-f-m/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 s390 x86" RDEPEND=">=dev-lang/perl-5.8 >=dev-perl/File-Stat-Bits-1.10.0