diff options
author | Sam James <sam@gentoo.org> | 2024-08-31 02:27:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-31 02:27:18 +0100 |
commit | cbcb586e775c31cdf9a33be071424bf30c049ddc (patch) | |
tree | 9e1e1321beb5ab3b80eeea8059e15389a42215b6 /dev-libs/elfutils | |
parent | dev-libs/elfutils: add Valgrind annotations support (diff) | |
download | gentoo-cbcb586e775c31cdf9a33be071424bf30c049ddc.tar.gz gentoo-cbcb586e775c31cdf9a33be071424bf30c049ddc.tar.bz2 gentoo-cbcb586e775c31cdf9a33be071424bf30c049ddc.zip |
dev-libs/elfutils: tweak comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.191-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/elfutils/elfutils-0.191-r1.ebuild b/dev-libs/elfutils/elfutils-0.191-r1.ebuild index 3c3f14c55bdd..eeac99a7062e 100644 --- a/dev-libs/elfutils/elfutils-0.191-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.191-r1.ebuild @@ -129,8 +129,8 @@ multilib_src_install_all() { dodoc NOTES - # These build quick, and are needed for most tests, so don't - # disable their building when the USE flag is disabled. + # These build quick, and are needed for most tests, so we don't + # disable building them when the USE flag is disabled. if ! use utils; then rm -rf "${ED}"/usr/bin || die fi diff --git a/dev-libs/elfutils/elfutils-9999.ebuild b/dev-libs/elfutils/elfutils-9999.ebuild index 68c12620d8c0..01b47f66fca5 100644 --- a/dev-libs/elfutils/elfutils-9999.ebuild +++ b/dev-libs/elfutils/elfutils-9999.ebuild @@ -128,8 +128,8 @@ multilib_src_install_all() { dodoc NOTES - # These build quick, and are needed for most tests, so don't - # disable their building when the USE flag is disabled. + # These build quick, and are needed for most tests, so we don't + # disable building them when the USE flag is disabled. if ! use utils; then rm -rf "${ED}"/usr/bin || die fi |