From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D9A91382C5 for ; Thu, 25 Jun 2020 11:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C28BE081A; Thu, 25 Jun 2020 11:56:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5F5AE081A for ; Thu, 25 Jun 2020 11:56:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD4634F177 for ; Thu, 25 Jun 2020 11:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6922A26 for ; Thu, 25 Jun 2020 11:56:10 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1593086163.ab1e10aeac3a8387440aa7ec5acd2fd027b02b46.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/byobu/byobu-5.130-r1.ebuild X-VCS-Directories: app-misc/byobu/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ab1e10aeac3a8387440aa7ec5acd2fd027b02b46 X-VCS-Branch: master Date: Thu, 25 Jun 2020 11:56:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cbc31a2a-dd57-418a-9fd3-59f3a80362a6 X-Archives-Hash: 89ad961fcd71f3656c19565d746e3ca6 commit: ab1e10aeac3a8387440aa7ec5acd2fd027b02b46 Author: Ben Kohler gentoo org> AuthorDate: Thu Jun 25 11:51:41 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Jun 25 11:56:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1e10ae app-misc/byobu: stable on amd64 & x86 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler gentoo.org> app-misc/byobu/byobu-5.130-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/byobu/byobu-5.130-r1.ebuild b/app-misc/byobu/byobu-5.130-r1.ebuild index fa00fb9e972..9b21e5cd658 100644 --- a/app-misc/byobu/byobu-5.130-r1.ebuild +++ b/app-misc/byobu/byobu-5.130-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="screen" REQUIRED_USE="${PYTHON_REQUIRED_USE}"