diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-10 18:50:27 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-13 19:21:19 -0400 |
commit | 3ba4d396d563dd7dc95bb53faadcebe6b2e3da5f (patch) | |
tree | 31e2c26f8e0907243609971a7ed793e68e516016 /app-vim | |
parent | app-text/xindy: remove trailing whitespace (diff) | |
download | gentoo-3ba4d396d563dd7dc95bb53faadcebe6b2e3da5f.tar.gz gentoo-3ba4d396d563dd7dc95bb53faadcebe6b2e3da5f.tar.bz2 gentoo-3ba4d396d563dd7dc95bb53faadcebe6b2e3da5f.zip |
app-vim/pydiction: remove trailing whitespace
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild index b01441526404..a0972c26972c 100644 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild @@ -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=6 @@ -24,7 +24,7 @@ src_install() { # Rename pydiction script. mv "${PN}.py" "${PN}" || die - # We're going to remove those files in a second + # We're going to remove those files in a second # otherwise they're installed by Portage. local pyfiles=( complete-dict "${PN}" ) insinto "/usr/share/${P}" |