Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dtach/
Date: Thu, 01 Mar 2018 22:41:09
Message-Id: 1519944057.c9d14460d476a3fffd5c2bf199b8fc2a921445a4.mgorny@gentoo
1 commit: c9d14460d476a3fffd5c2bf199b8fc2a921445a4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 21:51:36 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 22:40:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d14460
7
8 app-misc/dtach: Tested on ~amd64-fbsd
9
10 app-misc/dtach/dtach-0.9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild
14 index b7176d6205f..4a89386b4e9 100644
15 --- a/app-misc/dtach/dtach-0.9.ebuild
16 +++ b/app-misc/dtach/dtach-0.9.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
24
25 SLOT="0"
26 LICENSE="GPL-2"
27 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
28 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-fbsd"
29 IUSE=""
30
31 src_install() {