diff options
author | Sam James <sam@gentoo.org> | 2021-05-17 01:13:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 01:13:48 +0000 |
commit | 35105200f137390a31c237a9fcd45f1fb2ba85d1 (patch) | |
tree | f6d267a5a71ca4dffcfafd8b0f8ec40f385609d7 /app-text/barcode | |
parent | media-libs/libsdl: Stabilize 1.2.15_p20210224 ppc64, #692388 (diff) | |
download | gentoo-35105200f137390a31c237a9fcd45f1fb2ba85d1.tar.gz gentoo-35105200f137390a31c237a9fcd45f1fb2ba85d1.tar.bz2 gentoo-35105200f137390a31c237a9fcd45f1fb2ba85d1.zip |
app-text/barcode: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/barcode-0.99-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild index 40c42b4118df..9defd1531f06 100644 --- a/app-text/barcode/barcode-0.99-r1.ebuild +++ b/app-text/barcode/barcode-0.99-r1.ebuild @@ -19,7 +19,6 @@ PATCHES=( "${FILESDIR}"/${P}-install-static-lib.patch ) - src_prepare() { sed -i -e '/^LDFLAGS =/s:=:+=:' \ -e "/^aLIBDIR/s:lib:$(get_libdir):" \ |