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 533F81382C5 for ; Mon, 5 Apr 2021 22:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFA60E0922; Mon, 5 Apr 2021 22:19:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6BF27E0923 for ; Mon, 5 Apr 2021 22:19:33 +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 D4C23340D7F for ; Mon, 5 Apr 2021 22:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AAF0706 for ; Mon, 5 Apr 2021 22:19:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617661102.ab50fbb062c957f1726138e892c81932ebeabee1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/s390/make.defaults X-VCS-Directories: profiles/arch/s390/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab50fbb062c957f1726138e892c81932ebeabee1 X-VCS-Branch: master Date: Mon, 5 Apr 2021 22:19: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: 44ccacdc-b3c9-4cf6-9c88-e31d7585d18a X-Archives-Hash: 50d09f3af2e210be4223b474012c7077 commit: ab50fbb062c957f1726138e892c81932ebeabee1 Author: Sam James gentoo org> AuthorDate: Mon Apr 5 21:31:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 5 22:18:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab50fbb0 profiles/arch/s390: add ACCEPT_KEYWORDS="~s390" in profile We're dropping s390 to ~s390 (i.e. testing/unstable). Signed-off-by: Sam James gentoo.org> profiles/arch/s390/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index 97f32f2a91f..fc8cc4a4520 100644 --- a/profiles/arch/s390/make.defaults +++ b/profiles/arch/s390/make.defaults @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="s390" -ACCEPT_KEYWORDS="s390" +ACCEPT_KEYWORDS="s390 ~s390" MULTILIB_ABIS="s390" DEFAULT_ABI="s390"