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 2BF8B1382C5 for ; Tue, 18 May 2021 20:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 555EAE070D; Tue, 18 May 2021 20:05:32 +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 EA833E0729 for ; Tue, 18 May 2021 20:05:31 +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 0E800335DB5 for ; Tue, 18 May 2021 20:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7229078D for ; Tue, 18 May 2021 20:05:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1621368308.78cf602e25624bfee39f1650487f852596c8ab6f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild X-VCS-Directories: media-libs/sdl2-image/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 78cf602e25624bfee39f1650487f852596c8ab6f X-VCS-Branch: master Date: Tue, 18 May 2021 20:05:28 +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: a026ce2b-9b7b-4836-b368-1fae0d69f200 X-Archives-Hash: f0821af6e4726a1d65c4bf51127927b2 commit: 78cf602e25624bfee39f1650487f852596c8ab6f Author: Ulrich Müller gentoo org> AuthorDate: Tue May 18 20:03:02 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 18 20:05:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cf602e Revert "media-libs/sdl2-image: Fix for multilib + slibtool" Invalid signoff, violation of GLEP 76 copyright policy. This reverts commit 71f83406f4f917153d37525c872a59931291706e. Signed-off-by: Ulrich Müller gentoo.org> media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild index c0a291b550e..e7b9714664a 100644 --- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild +++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild @@ -51,10 +51,6 @@ multilib_src_configure() { ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } -multilib_src_compile() { - emake OBJC="$(tc-getCC)" -} - multilib_src_install() { emake DESTDIR="${D}" install multilib_is_native_abi && newbin .libs/showimage$(get_exeext) showimage2$(get_exeext)