app-forensics/ovaldi: remove trailing whitespace
authorMarty E. Plummer <hanetzer@startmail.com>
Tue, 10 Apr 2018 23:47:42 +0000 (18:47 -0500)
committerAaron Bauman <bman@gentoo.org>
Fri, 13 Apr 2018 23:21:17 +0000 (19:21 -0400)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7933

app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild

index b97ac916849fd5e528508914645a1a62648d3a81..369b5e03a84f69ae5958decba438d141a1006344 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -73,7 +73,7 @@ src_prepare() {
        # respect CXXFLAGS and CXX
        sed -i -e '/^CPPFLAGS/s/$(INCDIRS)/$(CXXFLAGS) \0/' project/linux/Makefile || die
 
-       # no such library on linux 
+       # no such library on linux
        sed -i 's,-lxalanMsg,,' project/linux/Makefile || die
        tc-export CXX
 }