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 D88E31382C5 for ; Fri, 26 Jan 2018 22:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D34AE0855; Fri, 26 Jan 2018 22:25:35 +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 F3976E0855 for ; Fri, 26 Jan 2018 22:25:34 +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 188B9335C2C for ; Fri, 26 Jan 2018 22:25:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 640AE1BB for ; Fri, 26 Jan 2018 22:25:32 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1517005518.cc4bcce20bb89633c891d9d0027546d324208490.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild X-VCS-Directories: dev-libs/boehm-gc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: cc4bcce20bb89633c891d9d0027546d324208490 X-VCS-Branch: master Date: Fri, 26 Jan 2018 22:25:32 +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-Archives-Salt: 1003621f-91fb-47f2-bc45-524503ec1713 X-Archives-Hash: 8cf01545ecf8ad7e88f5d24d5c331e64 commit: cc4bcce20bb89633c891d9d0027546d324208490 Author: Mike Frysinger gentoo org> AuthorDate: Fri Jan 26 22:21:07 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 26 22:25:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4bcce2 dev-libs/boehm-gc: drop sparc workaround for 7.6 versions This seems to be fixed in upstream versions already. dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild | 5 ----- dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild index 7fc4ca03479..1e9292afc17 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild @@ -33,11 +33,6 @@ multilib_src_configure() { ECONF_SOURCE=${S} econf "${config[@]}" } -multilib_src_compile() { - use sparc && emake src/sparc_mach_dep.lo - default -} - multilib_src_install_all() { local HTML_DOCS=( doc/*.html ) einstalldocs diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild index 53b5655f24f..09cabd87bf7 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild @@ -35,11 +35,6 @@ multilib_src_configure() { ECONF_SOURCE=${S} econf "${config[@]}" } -multilib_src_compile() { - use sparc && emake src/sparc_mach_dep.lo - default -} - multilib_src_install_all() { local HTML_DOCS=( doc/*.html ) einstalldocs