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: Thu, 23 Nov 2017 23:52:39
Message-Id: 1511481147.57e01bab6dd314457e444f89dd91e04c97331f0a.mattst88@gentoo
1 commit: 57e01bab6dd314457e444f89dd91e04c97331f0a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 23:52:27 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 23:52:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e01bab
7
8 dev-perl/IO-Stty-0.30.0: added ~alpha, 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 a9817706a46..5385590d220 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 ~hppa ia64 ~mips ppc ppc64 sparc x86"
22 +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86"
23 IUSE="test"
24
25 RDEPEND=""