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 C2EEE158008 for ; Fri, 16 Jun 2023 01:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDD6FE09BE; Fri, 16 Jun 2023 01:27:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9986AE09BE for ; Fri, 16 Jun 2023 01:27:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86B43340E18 for ; Fri, 16 Jun 2023 01:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A83E1A8D for ; Fri, 16 Jun 2023 01:27:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686878802.2e77e64d93d14f05e370d8c516c78ba932d3c1b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild X-VCS-Directories: sys-libs/zlib-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e77e64d93d14f05e370d8c516c78ba932d3c1b5 X-VCS-Branch: master Date: Fri, 16 Jun 2023 01:27:10 +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: 42031228-a13e-4c4e-83f3-05a5af7f2e16 X-Archives-Hash: 48e2a076e42930898a27484ff690b841 commit: 2e77e64d93d14f05e370d8c516c78ba932d3c1b5 Author: Sam James gentoo org> AuthorDate: Fri Jun 16 01:25:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 16 01:26:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e77e64d sys-libs/zlib-ng: tweak comment Signed-off-by: Sam James gentoo.org> sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild b/sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild index f32b71569755..718d4ab949b5 100644 --- a/sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild +++ b/sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild @@ -44,6 +44,7 @@ src_configure() { # The intrinsics options are all defined conditionally, so we need # to enable them on/off per-arch here for now. + # TODO: There's no s390x USE_EXPAND yet if use amd64 || use x86 ; then mycmakeargs+=( -DWITH_AVX2=$(usex cpu_flags_x86_avx2) @@ -74,8 +75,6 @@ src_configure() { ) fi - # TODO: There's no s390x USE_EXPAND yet - cmake_src_configure }