diff options
author | Sam James <sam@gentoo.org> | 2023-06-16 02:25:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-16 02:26:42 +0100 |
commit | 2e77e64d93d14f05e370d8c516c78ba932d3c1b5 (patch) | |
tree | 2b0c6ddb979e7bb3ae7827e3636c62badfec02a9 /sys-libs/zlib-ng | |
parent | sys-libs/zlib-ng: add 2.1.2 (diff) | |
download | gentoo-2e77e64d93d14f05e370d8c516c78ba932d3c1b5.tar.gz gentoo-2e77e64d93d14f05e370d8c516c78ba932d3c1b5.tar.bz2 gentoo-2e77e64d93d14f05e370d8c516c78ba932d3c1b5.zip |
sys-libs/zlib-ng: tweak comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/zlib-ng')
-rw-r--r-- | sys-libs/zlib-ng/zlib-ng-2.1.2.ebuild | 3 |
1 files changed, 1 insertions, 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 } |