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 E2FB213835C for ; Tue, 2 Feb 2021 23:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A80E095A; Tue, 2 Feb 2021 23:46:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A97CEE0951 for ; Tue, 2 Feb 2021 23:46: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 798C834157C for ; Tue, 2 Feb 2021 23:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B804C6 for ; Tue, 2 Feb 2021 23:46:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612309505.c87fb27d4ee303629d59249c02696ee1179ba3ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/stgit/stgit-0.23.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c87fb27d4ee303629d59249c02696ee1179ba3ff X-VCS-Branch: master Date: Tue, 2 Feb 2021 23:46:04 +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: f2ad5b11-d4ed-4852-9138-1f96ff05100d X-Archives-Hash: 388295320df0b4ad95bbc91e2d424bde commit: c87fb27d4ee303629d59249c02696ee1179ba3ff Author: Sam James gentoo org> AuthorDate: Tue Feb 2 23:45:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 2 23:45:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87fb27d dev-vcs/stgit: Stabilize 0.23 x86, #767730 Signed-off-by: Sam James gentoo.org> dev-vcs/stgit/stgit-0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index f7552388553..3aea68e6edf 100644 --- a/dev-vcs/stgit/stgit-0.23.ebuild +++ b/dev-vcs/stgit/stgit-0.23.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=">=dev-vcs/git-1.6.3.3"