Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/
Date: Fri, 23 Apr 2021 13:33:17
Message-Id: 1619184778.cb062a1d63f9080d0b399c949ee7b600a4531b3a.sam@gentoo
1 commit: cb062a1d63f9080d0b399c949ee7b600a4531b3a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 23 13:32:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 23 13:32:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb062a1d
7
8 app-misc/byobu: Stabilize 5.133 amd64, #784191
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/byobu/byobu-5.133.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild
16 index e957a9a9881..4d5528497c2 100644
17 --- a/app-misc/byobu/byobu-5.133.ebuild
18 +++ b/app-misc/byobu/byobu-5.133.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm64 ~x86"
31 IUSE="screen"
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"