diff options
author | Sam James <sam@gentoo.org> | 2022-08-06 04:23:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-06 04:23:55 +0100 |
commit | bb3520929e5d7e4b358426126769875ce7b7a2bb (patch) | |
tree | 7810f8bac95a4b6984369cdc55b005dd52bd7672 /sys-devel | |
parent | sci-libs/dlib: add missing DISTUTILS_DEPS (diff) | |
download | gentoo-bb3520929e5d7e4b358426126769875ce7b7a2bb.tar.gz gentoo-bb3520929e5d7e4b358426126769875ce7b7a2bb.tar.bz2 gentoo-bb3520929e5d7e4b358426126769875ce7b7a2bb.zip |
sys-devel/binutils: fix typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.39.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.39.ebuild b/sys-devel/binutils/binutils-2.39.ebuild index bfa59fe7bf31..e7c6ccfbb247 100644 --- a/sys-devel/binutils/binutils-2.39.ebuild +++ b/sys-devel/binutils/binutils-2.39.ebuild @@ -254,7 +254,7 @@ src_configure() { # TODO: Available from 2.39+ on but let's try the warning on for a bit # first... (--enable-warn-execstack) # Could put it under USE=hardened? - #--enable-default-execstack + #--disable-default-execstack # Things to think about #--enable-deterministic-archives diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 85363e570adc..c19f89fbf55e 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -254,7 +254,7 @@ src_configure() { # TODO: Available from 2.39+ on but let's try the warning on for a bit # first... (--enable-warn-execstack) # Could put it under USE=hardened? - #--enable-default-execstack + #--disable-default-execstack # Things to think about #--enable-deterministic-archives |