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 EFD51138334 for ; Sun, 20 Oct 2019 12:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AF01E0A92; Sun, 20 Oct 2019 12:38:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 21933E0A92 for ; Sun, 20 Oct 2019 12:38:29 +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 233C934C09E for ; Sun, 20 Oct 2019 12:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D0FD882 for ; Sun, 20 Oct 2019 12:38:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1571575087.07c91a8054fc8175a816a1b0611c5e811960b7b4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gsm/gsm-1.0.13-r1.ebuild X-VCS-Directories: media-sound/gsm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 07c91a8054fc8175a816a1b0611c5e811960b7b4 X-VCS-Branch: master Date: Sun, 20 Oct 2019 12:38:25 +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: 958b1687-3b41-47ca-be89-e85de2e04851 X-Archives-Hash: ff862a081036b410f4af205164f4b9c3 commit: 07c91a8054fc8175a816a1b0611c5e811960b7b4 Author: David Seifert gentoo org> AuthorDate: Sun Oct 20 12:38:07 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 20 12:38:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c91a80 media-sound/gsm: Remove broken call to multilib-minimal_src_compile Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> media-sound/gsm/gsm-1.0.13-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-sound/gsm/gsm-1.0.13-r1.ebuild b/media-sound/gsm/gsm-1.0.13-r1.ebuild index 13399780272..47621630dd4 100644 --- a/media-sound/gsm/gsm-1.0.13-r1.ebuild +++ b/media-sound/gsm/gsm-1.0.13-r1.ebuild @@ -34,8 +34,6 @@ src_configure() { # From upstream Makefile. Define this if your host multiplies # floats faster than integers, e.g. on a SPARCstation. use sparc && append-flags -DUSE_FLOAT_MUL -DFAST - - multilib-minimal_src_compile } multilib_src_compile() {