Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-screen/
Date: Mon, 27 Sep 2021 05:08:05
Message-Id: 1632719265.d81b6676077ec60d083d0cc28df4c8f800a67fd0.sam@gentoo
1 commit: d81b6676077ec60d083d0cc28df4c8f800a67fd0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 05:07:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 05:07:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81b6676
7
8 dev-ruby/tty-screen: Stabilize 0.8.1 amd64, #812425
9
10 Signed-off-by: Sam James <sam <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 f69665e8383..14a4e759c10 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 ~riscv ~sparc"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
25 IUSE=""
26
27 PATCHES=( "${FILESDIR}/${P}-ioctl-test.patch" )