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 BE3AE158015 for ; Sat, 16 Dec 2023 09:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665802BC018; Sat, 16 Dec 2023 09:28:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 501E42BC018 for ; Sat, 16 Dec 2023 09:28:37 +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 81C3D33D3CF for ; Sat, 16 Dec 2023 09:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDAFC1474 for ; Sat, 16 Dec 2023 09:28:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1702718912.50716238c607e738afebcdecc2cb0e0bb5bb46ed.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild X-VCS-Directories: media-gfx/enblend/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 50716238c607e738afebcdecc2cb0e0bb5bb46ed X-VCS-Branch: master Date: Sat, 16 Dec 2023 09:28:34 +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: 8018dc00-f427-472e-9123-471ab80d7801 X-Archives-Hash: 81bfb639d3cf936e519efe3d8bce10ec commit: 50716238c607e738afebcdecc2cb0e0bb5bb46ed Author: Joonas Niilola gentoo org> AuthorDate: Sat Dec 16 09:28:05 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Dec 16 09:28:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50716238 media-gfx/enblend: Stabilize 4.2.0_p20161007-r6 amd64, #917280 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild index f1f3d192cb90..b31fe014f9b9 100644 --- a/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild +++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz" LICENSE="GPL-2+ FDL-1.2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc" REQUIRED_USE="tcmalloc? ( !debug )"