From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1077647-garchives=archives.gentoo.org@lists.gentoo.org> 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 8FBC1138334 for <garchives@archives.gentoo.org>; Sat, 16 Mar 2019 18:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65170E08BF; Sat, 16 Mar 2019 18:53:18 +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 3FA0EE08BF for <gentoo-commits@lists.gentoo.org>; Sat, 16 Mar 2019 18:53:18 +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 BDE29335D02 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Mar 2019 18:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3430156A for <gentoo-commits@lists.gentoo.org>; Sat, 16 Mar 2019 18:53:15 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> 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" <zlogene@gentoo.org> Message-ID: <1552762389.bd9aa3afe95b6ed4e0ec3aef035302044707627d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/pm-quirks/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild X-VCS-Directories: sys-power/pm-quirks/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bd9aa3afe95b6ed4e0ec3aef035302044707627d X-VCS-Branch: master Date: Sat, 16 Mar 2019 18:53:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 862192e6-1679-425a-9661-897cc6e64b5e X-Archives-Hash: e08757635e7b480ecc24006a7951ba66 commit: bd9aa3afe95b6ed4e0ec3aef035302044707627d Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Mar 16 18:50:27 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 18:53:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9aa3af sys-power/pm-quirks: mark s390 stable Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild b/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild index 4c2cb30c322..c6c20ee1c42 100644 --- a/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild +++ b/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://pm-utils.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="" S="${WORKDIR}"