diff options
-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}" |