diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 10:31:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:36:08 +0000 |
commit | ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef (patch) | |
tree | 1a41efd5c02623064d9c2bba818f810a15f48204 /dev-libs/libbase58 | |
parent | dev-libs/libgpiod: fix StaticSrcUri (diff) | |
download | gentoo-ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef.tar.gz gentoo-ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef.tar.bz2 gentoo-ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef.zip |
dev-libs/libbase58: fix trailing whitespace
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libbase58')
-rw-r--r-- | dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild index 375b6956313a..e849059b854e 100644 --- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild +++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ src_prepare() { eapply_user eautoreconf - # NOTE: Needed because test suite uses srcdir instead of builddir to set PATH and for + # NOTE: Needed because test suite uses srcdir instead of builddir to set PATH and for # multilib support. multilib_copy_sources } |