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 6734B138334 for ; Wed, 12 Dec 2018 07:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3674E0D54; Wed, 12 Dec 2018 07:37:03 +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 7CA72E0D54 for ; Wed, 12 Dec 2018 07:37:03 +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 102D5335CA6 for ; Wed, 12 Dec 2018 07:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F19624CE for ; Wed, 12 Dec 2018 07:36:59 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1544600143.9fab1bd3b7bccbf289bcce54851390113cbead0e.graaff@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: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9fab1bd3b7bccbf289bcce54851390113cbead0e X-VCS-Branch: master Date: Wed, 12 Dec 2018 07:36:59 +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: 5b631e41-45fc-4ccc-ad71-1e41db9f20a8 X-Archives-Hash: 86e269afb1c3087c0dd91bf437c9e26b commit: 9fab1bd3b7bccbf289bcce54851390113cbead0e Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 12 07:35:43 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 12 07:35:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fab1bd3 profiles/arch/s390/make.defaults: remove RUBY_TARGETS ruby24 is stable for s390 so the default can be used again. Signed-off-by: Hans de Graaff gentoo.org> profiles/arch/s390/make.defaults | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index aab19aa835d..7b0fad9d648 100644 --- a/profiles/arch/s390/make.defaults +++ b/profiles/arch/s390/make.defaults @@ -31,7 +31,3 @@ ABI_S390="32" # While multilib is available, we don't default it to on. BOOTSTRAP_USE="${BOOTSTRAP_USE} -multilib" USE="-multilib" - -# Hans de Graaff (12 Nov 2018) -# Temporary entry to support stable bug 661262 -RUBY_TARGETS="ruby23"