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 DE149138334 for ; Tue, 26 Feb 2019 18:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B12E0894; Tue, 26 Feb 2019 18:55:58 +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 C3DD4E0894 for ; Tue, 26 Feb 2019 18:55:58 +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 F3DA6335CC8 for ; Tue, 26 Feb 2019 18:55:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA34853A for ; Tue, 26 Feb 2019 18:55:54 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1551207337.947e26249e05deee98e983a294bb0fe5ec6dfcf7.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.6.0.ebuild media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 947e26249e05deee98e983a294bb0fe5ec6dfcf7 X-VCS-Branch: master Date: Tue, 26 Feb 2019 18:55:54 +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: 9861f0e9-e90d-4cbd-80f6-6e726f93b812 X-Archives-Hash: 15f2401d0e72a619166e28671b4ad150 commit: 947e26249e05deee98e983a294bb0fe5ec6dfcf7 Author: Markus Meier gentoo org> AuthorDate: Tue Feb 26 18:55:37 2019 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Feb 26 18:55:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947e2624 media-gfx/darktable: drop SSE3 check, see bug #657586 and bug #678426 Signed-off-by: Markus Meier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/darktable/darktable-2.6.0.ebuild | 3 --- media-gfx/darktable/darktable-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/media-gfx/darktable/darktable-2.6.0.ebuild b/media-gfx/darktable/darktable-2.6.0.ebuild index 741a54b7187..0a6833989c2 100644 --- a/media-gfx/darktable/darktable-2.6.0.ebuild +++ b/media-gfx/darktable/darktable-2.6.0.ebuild @@ -23,9 +23,6 @@ IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto nls opencl openmp openexr pax_kernel webp ${LANGS// / l10n_}" -# sse3 support is required to build darktable -REQUIRED_USE="cpu_flags_x86_sse3" - BDEPEND=" dev-util/intltool virtual/pkgconfig diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index dce04128d37..891596c86e8 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -19,9 +19,6 @@ IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto nls opencl openmp openexr pax_kernel webp ${LANGS// / l10n_}" -# sse3 support is required to build darktable -REQUIRED_USE="cpu_flags_x86_sse3" - BDEPEND=" dev-util/intltool virtual/pkgconfig