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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E212015810F for ; Sat, 10 Jun 2023 20:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05BFEE0856; Sat, 10 Jun 2023 20:47:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1918E085A for ; Sat, 10 Jun 2023 20:47:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA856341220 for ; Sat, 10 Jun 2023 20:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391FBA86 for ; Sat, 10 Jun 2023 20:47:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1686429938.317b6b71c4bab28a50a9f6f77710f217151eeb6d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/osl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/osl/osl-1.12.11.0.ebuild media-libs/osl/osl-1.12.7.0.ebuild X-VCS-Directories: media-libs/osl/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 317b6b71c4bab28a50a9f6f77710f217151eeb6d X-VCS-Branch: master Date: Sat, 10 Jun 2023 20:47:09 +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: 8ecafab6-5640-4f5c-8fa1-8d8032bb3442 X-Archives-Hash: 23de10136d09cccae1f454e2d10ab72b commit: 317b6b71c4bab28a50a9f6f77710f217151eeb6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 10 19:59:59 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 10 20:45:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317b6b71 media-libs/osl: unkeyword for ~x86, no revdeps Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/osl/osl-1.12.11.0.ebuild | 2 +- media-libs/osl/osl-1.12.7.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/osl/osl-1.12.11.0.ebuild b/media-libs/osl/osl-1.12.11.0.ebuild index d9c353880f22..58c299d89c9d 100644 --- a/media-libs/osl/osl-1.12.11.0.ebuild +++ b/media-libs/osl/osl-1.12.11.0.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/OpenShadingLanguage-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" X86_CPU_FEATURES=( sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2 diff --git a/media-libs/osl/osl-1.12.7.0.ebuild b/media-libs/osl/osl-1.12.7.0.ebuild index 4cddeb4dc727..901706148ec2 100644 --- a/media-libs/osl/osl-1.12.7.0.ebuild +++ b/media-libs/osl/osl-1.12.7.0.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/OpenShadingLanguage-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64" X86_CPU_FEATURES=( sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2