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 580AA138334 for ; Sat, 12 Oct 2019 04:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B94F9E08BD; Sat, 12 Oct 2019 04:31:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A42E9E08BB for ; Sat, 12 Oct 2019 04:31:07 +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 10D9934BBFC for ; Sat, 12 Oct 2019 04:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01DF288C for ; Sat, 12 Oct 2019 04:30:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1570854615.554fb55a032647b30542ea94ba352762f18d79c7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elscreen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/elscreen/elscreen-20180321.ebuild X-VCS-Directories: app-emacs/elscreen/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 554fb55a032647b30542ea94ba352762f18d79c7 X-VCS-Branch: master Date: Sat, 12 Oct 2019 04:30:54 +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: cb2214a6-a656-487a-9d7e-90a627f755c8 X-Archives-Hash: ac3e0e6a7c3e701f236efcb10c1eb0ee commit: 554fb55a032647b30542ea94ba352762f18d79c7 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 12 04:26:34 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 12 04:30:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554fb55a app-emacs/elscreen-20180321: add ~alpha, bug 693064 Signed-off-by: Matt Turner gentoo.org> app-emacs/elscreen/elscreen-20180321.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/elscreen/elscreen-20180321.ebuild b/app-emacs/elscreen/elscreen-20180321.ebuild index 0a950642239..53e0bdc3285 100644 --- a/app-emacs/elscreen/elscreen-20180321.ebuild +++ b/app-emacs/elscreen/elscreen-20180321.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/knu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ GPL-3+" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="wanderlust" RDEPEND="wanderlust? ( app-emacs/wanderlust )"