*/*: Bump copyright on files touched this year
[gentoo.git] / app-editors / nvi / nvi-1.81.6-r7.ebuild
index f92396e05432cf86539e25925ee9ec557e77dcde..cc7f7301612cedc755d8b6d38ea7bc94a544325f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x64-macos"
 IUSE="perl tcl unicode"
 
 CDEPEND=">=sys-libs/db-4.2.52_p5:=
@@ -57,7 +57,7 @@ src_configure() {
        use unicode && myconf="${myconf} --enable-widechar"
        use tcl && myconf="${myconf} --enable-tclinterp"
 
-       append-cppflags "-D_PATH_MSGCAT=\"\\\"${EPREFIX%/}/usr/share/vi/catalog/\\\"\""
+       append-cppflags "-D_PATH_MSGCAT=\"\\\"${EPREFIX}/usr/share/vi/catalog/\\\"\""
        append-cppflags -I"$(db_includedir)"
 
        # Darwin doesn't have stropts.h, bug #619416