Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Stty/
Date: Fri, 10 Nov 2017 17:00:42
Message-Id: 1510333220.53b7b6a14b198280c79846ac7c70fc2dfa6dd0c5.mattst88@gentoo
1 commit: 53b7b6a14b198280c79846ac7c70fc2dfa6dd0c5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 10 17:00:20 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 10 17:00:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7b6a1
7
8 dev-perl/IO-Stty-0.30.0: added ~mips, 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 05c3a957e3a..d197f6c104e 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="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86"
22 +KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ~ppc64 sparc x86"
23 IUSE="test"
24
25 RDEPEND=""