Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nvi/
Date: Wed, 03 Jan 2018 15:44:17
Message-Id: 1514994249.b150b16ce374e7f635643699dd6b3397a1180476.monsieurp@gentoo
1 commit: b150b16ce374e7f635643699dd6b3397a1180476
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 15:43:38 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 15:44:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b150b16c
7
8 app-editors/nvi: add ~amd64-fbsd keyword.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-editors/nvi/nvi-1.81.6-r7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/nvi/nvi-1.81.6-r7.ebuild b/app-editors/nvi/nvi-1.81.6-r7.ebuild
16 index 05394818424..cb13313dae9 100644
17 --- a/app-editors/nvi/nvi-1.81.6-r7.ebuild
18 +++ b/app-editors/nvi/nvi-1.81.6-r7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/${P}.tar.bz2"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x64-macos"
30 +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x64-macos ~amd64-fbsd"
31 IUSE="perl tcl unicode"
32
33 CDEPEND=">=sys-libs/db-4.2.52_p5:=