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: dev-perl/IO-Stty/
Date: Thu, 22 Feb 2018 19:41:31
Message-Id: 1519328208.3c933cd6b69e901b37dc288e634297f4b3e14aa2.mgorny@gentoo
1 commit: 3c933cd6b69e901b37dc288e634297f4b3e14aa2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 19:36:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:36:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c933cd6
7
8 dev-perl/IO-Stty: Tested on ~amd64-fbsd (bug #636702)
9
10 dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
14 index 6b91b340c07..3590393d956 100644
15 --- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
16 +++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
17 @@ -10,7 +10,7 @@ inherit perl-module
18 DESCRIPTION="Change and print terminal line settings"
19
20 SLOT="0"
21 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
22 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
23 IUSE="test"
24
25 RDEPEND=""