Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/
Date: Sat, 09 Jan 2021 10:36:21
Message-Id: 1610188568.ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef.sam@gentoo
1 commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 10:31:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 10:36:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae
7
8 dev-libs/libbase58: fix trailing whitespace
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
17 index 375b6956313..e849059b854 100644
18 --- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
19 +++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -25,7 +25,7 @@ src_prepare() {
27 eapply_user
28 eautoreconf
29
30 - # NOTE: Needed because test suite uses srcdir instead of builddir to set PATH and for
31 + # NOTE: Needed because test suite uses srcdir instead of builddir to set PATH and for
32 # multilib support.
33 multilib_copy_sources
34 }