dev-lang/orc: [QA] Fix trailing whitespace
authorDavid Seifert <soap@gentoo.org>
Sun, 18 Aug 2019 12:26:28 +0000 (14:26 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 18 Aug 2019 12:36:57 +0000 (14:36 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
dev-lang/orc/orc-0.4.28-r1.ebuild
dev-lang/orc/orc-0.4.29.ebuild

index f3c0d8f6779d81abd8ed597caa5c94d65f31e877..08b0162607cb16de92a19e16a107e29e7864c1f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,7 @@ DOCS=( README RELEASE )
 src_prepare() {
        default
 
-       # Do not build examples 
+       # Do not build examples
        sed -e '/SUBDIRS/ s:examples::' \
                -i Makefile.am Makefile.in || die
 }
index 3f2c781d0fd4fafb03d29c8f6e2fd0d028bc0efa..9c9f219b028ddea20d50d6273d6c6e7535ae1036 100644 (file)
@@ -31,7 +31,7 @@ PATCHES=(
 src_prepare() {
        default
 
-       # Do not build examples 
+       # Do not build examples
        sed -e '/SUBDIRS/ s:examples::' \
                -i Makefile.am Makefile.in || die
 }