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-ruby/tty-screen/
Date: Fri, 31 Dec 2021 20:07:40
Message-Id: 1640981240.eef232561fd9921a8481113c840e83c9ffd4f3f3.mattst88@gentoo
1 commit: eef232561fd9921a8481113c840e83c9ffd4f3f3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 20:07:04 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 20:07:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef23256
7
8 dev-ruby/tty-screen: Keyword 0.8.1 alpha, #807685
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-ruby/tty-screen/tty-screen-0.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
16 index 43af99e590b3..adcc5af0be42 100644
17 --- a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
18 +++ b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/piotrmurach/tty-screen/archive/v${PV}.tar.gz -> ${P}
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
25 IUSE=""
26
27 PATCHES=( "${FILESDIR}/${P}-ioctl-test.patch" )