commit: 2e77e64d93d14f05e370d8c516c78ba932d3c1b5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 01:25:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
}