diff options
author | Sam James <sam@gentoo.org> | 2021-07-23 19:00:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-23 19:00:36 +0100 |
commit | 38f74542b415b7d96c714b085f671cf21badd1ac (patch) | |
tree | b45995d1cefa7df6066e66a055ec342bb23cf440 /sys-libs | |
parent | app-emulation/containerd: fix WhitespaceFound (diff) | |
download | gentoo-38f74542b415b7d96c714b085f671cf21badd1ac.tar.gz gentoo-38f74542b415b7d96c714b085f671cf21badd1ac.tar.bz2 gentoo-38f74542b415b7d96c714b085f671cf21badd1ac.zip |
sys-libs/libxcrypt: fix whitespace in comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.23-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.23.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild index 21e04f396784..01358ced2620 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild @@ -54,8 +54,8 @@ src_prepare() { # # There are two circular dependencies to be aware of: # 1) - # if we're bootstrapping configure and makefiles: - # libxcrypt -> automake -> perl -> libxcrypt + # if we're bootstrapping configure and makefiles: + # libxcrypt -> automake -> perl -> libxcrypt # # mitigation: # toolchain@ manually runs `make dist` after running autoconf + `./configure` diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.23-r2.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.23-r2.ebuild index 3a3fed600df9..6ca63517d947 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.23-r2.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.23-r2.ebuild @@ -58,8 +58,8 @@ src_prepare() { # # There are two circular dependencies to be aware of: # 1) - # if we're bootstrapping configure and makefiles: - # libxcrypt -> automake -> perl -> libxcrypt + # if we're bootstrapping configure and makefiles: + # libxcrypt -> automake -> perl -> libxcrypt # # mitigation: # toolchain@ manually runs `make dist` after running autoconf + `./configure` diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.23.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.23.ebuild index d03062b4d64a..39cbf0e019ee 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.23.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.23.ebuild @@ -54,8 +54,8 @@ src_prepare() { # # There are two circular dependencies to be aware of: # 1) - # if we're bootstrapping configure and makefiles: - # libxcrypt -> automake -> perl -> libxcrypt + # if we're bootstrapping configure and makefiles: + # libxcrypt -> automake -> perl -> libxcrypt # # mitigation: # toolchain@ manually runs `make dist` after running autoconf + `./configure` |