Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/
Date: Sun, 18 Aug 2019 12:37:32
Message-Id: 1566131811.27fa1cefc0bc9c31a2cf75f441869bef94d33aa8.soap@gentoo
1 commit: 27fa1cefc0bc9c31a2cf75f441869bef94d33aa8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 12:21:25 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 12:36:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fa1cef
7
8 dev-db/firebird: [QA] Fix trailing whitespace
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-db/firebird/firebird-3.0.4.33054.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/firebird/firebird-3.0.4.33054.0.ebuild b/dev-db/firebird/firebird-3.0.4.33054.0.ebuild
17 index c7b0169cad0..899d3889c9e 100644
18 --- a/dev-db/firebird/firebird-3.0.4.33054.0.ebuild
19 +++ b/dev-db/firebird/firebird-3.0.4.33054.0.ebuild
20 @@ -123,7 +123,7 @@ src_configure() {
21 --with-fbplugins=/usr/$(get_libdir)/${PN}/plugins
22 --with-gnu-ld
23 )
24 - econf "${myeconfargs[@]}"
25 + econf "${myeconfargs[@]}"
26 }
27
28 # from linux underground, merging into this here