From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1110800-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 14C58138334 for <garchives@archives.gentoo.org>; Fri, 13 Sep 2019 17:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D3CE0937; Fri, 13 Sep 2019 17:49:38 +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 4E889E0937 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Sep 2019 17:49:38 +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 69E9034B11D for <gentoo-commits@lists.gentoo.org>; Fri, 13 Sep 2019 17:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED546785 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Sep 2019 17:49:35 +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: <1568396971.17272c0a5ba5ad9f8aa4ef83dff7aac6ffe782fd.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/make.defaults X-VCS-Directories: profiles/arch/arm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 17272c0a5ba5ad9f8aa4ef83dff7aac6ffe782fd X-VCS-Branch: master Date: Fri, 13 Sep 2019 17:49:35 +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: 1d60f315-a67a-4c3e-8b1e-7d7593ef5a74 X-Archives-Hash: 5991862ce7fe184ecb9d51a20c2d49b0 commit: 17272c0a5ba5ad9f8aa4ef83dff7aac6ffe782fd Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Sep 13 17:49:20 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Sep 13 17:49:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17272c0a profiles: remove ruby targets on arm Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> profiles/arch/arm/make.defaults | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults index 3da266c294f..972d7a5a46a 100644 --- a/profiles/arch/arm/make.defaults +++ b/profiles/arch/arm/make.defaults @@ -23,6 +23,3 @@ VIDEO_CARDS="exynos fbdev omap" # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM" -# Hans de Graaff <graaff@gentoo.org) (2019-07-17) -# Temporary RUBY_TARGETS for bug 688976 -RUBY_TARGETS="ruby24 -ruby25"