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 7B71D1382C5 for ; Sat, 29 May 2021 16:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B202E0824; Sat, 29 May 2021 16:26:09 +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 6EBD0E0824 for ; Sat, 29 May 2021 16:26:09 +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 21931335C9A for ; Sat, 29 May 2021 16:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C53A78B for ; Sat, 29 May 2021 16:26:06 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1622305549.6a7da4a7ae5a00e565e8ce6adf03236ea68e6edc.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplayfp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild X-VCS-Directories: media-libs/libsidplayfp/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 6a7da4a7ae5a00e565e8ce6adf03236ea68e6edc X-VCS-Branch: master Date: Sat, 29 May 2021 16:26:06 +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: 1ce51b8e-47c3-42d6-8971-be266de7408a X-Archives-Hash: 80ddd8a408347a1a11412e215389a819 commit: 6a7da4a7ae5a00e565e8ce6adf03236ea68e6edc Author: Miroslav Šulc gentoo org> AuthorDate: Sat May 29 16:25:49 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat May 29 16:25:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7da4a7 media-libs/libsidplayfp: removed unsupported --enable-mmx from 2.2.0 Closes: https://bugs.gentoo.org/792867 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild index 8712fad9752..817f59afe41 100644 --- a/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild +++ b/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/6" KEYWORDS="~amd64 ~hppa ~x86" -IUSE="cpu_flags_x86_mmx static-libs" +IUSE="static-libs" src_prepare() { default @@ -22,8 +22,7 @@ src_prepare() { src_configure() { econf \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_mmx mmx) + $(use_enable static-libs static) } src_install() {