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 8CA57138350 for ; Sat, 28 Mar 2020 15:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F489E0E6E; Sat, 28 Mar 2020 15:28:08 +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 2098DE0E6E for ; Sat, 28 Mar 2020 15:28:08 +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 4223E34F745 for ; Sat, 28 Mar 2020 15:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E677C1B0 for ; Sat, 28 Mar 2020 15:28:03 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585409274.418ea11abe23f7fdc57b30249f0e409d0e14468a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild X-VCS-Directories: x11-misc/urxvt-tabbedex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 418ea11abe23f7fdc57b30249f0e409d0e14468a X-VCS-Branch: master Date: Sat, 28 Mar 2020 15:28:03 +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: f564cf66-eb64-4754-aac9-0533c3568ec1 X-Archives-Hash: d52d3f097b2b97b055e7283df0994407 commit: 418ea11abe23f7fdc57b30249f0e409d0e14468a Author: Joonas Niilola gentoo org> AuthorDate: Sat Mar 28 15:22:37 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 28 15:27:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418ea11a x11-misc/urxvt-tabbedex: stabilize 20.09 on amd64 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild index cdf510bebea..28cd53709f7 100644 --- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild +++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"