Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
Date: Mon, 17 May 2021 01:14:07
Message-Id: 1621214028.35105200f137390a31c237a9fcd45f1fb2ba85d1.sam@gentoo
1 commit: 35105200f137390a31c237a9fcd45f1fb2ba85d1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 01:13:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 01:13:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35105200
7
8 app-text/barcode: fix DoubleEmptyLine
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/barcode/barcode-0.99-r1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
16 index 40c42b4118d..9defd1531f0 100644
17 --- a/app-text/barcode/barcode-0.99-r1.ebuild
18 +++ b/app-text/barcode/barcode-0.99-r1.ebuild
19 @@ -19,7 +19,6 @@ PATCHES=(
20 "${FILESDIR}"/${P}-install-static-lib.patch
21 )
22
23 -
24 src_prepare() {
25 sed -i -e '/^LDFLAGS =/s:=:+=:' \
26 -e "/^aLIBDIR/s:lib:$(get_libdir):" \