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 9B50D158086 for ; Thu, 21 Oct 2021 23:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 380FFE091F; Thu, 21 Oct 2021 23:28:55 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15CEAE091D for ; Thu, 21 Oct 2021 23:28:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E978343524 for ; Thu, 21 Oct 2021 23:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0204A18C for ; Thu, 21 Oct 2021 23:28:51 +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: <1634858861.fb2da041aa6b9bd633215a1a63e6e6ac1f0dcca0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/autojump/autojump-22.5.3-r1.ebuild X-VCS-Directories: app-shells/autojump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb2da041aa6b9bd633215a1a63e6e6ac1f0dcca0 X-VCS-Branch: master Date: Thu, 21 Oct 2021 23:28:51 +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: 064a1130-3bab-48d4-b855-cd39f9e9084d X-Archives-Hash: d80408df0d428f83097e303f174fe628 commit: fb2da041aa6b9bd633215a1a63e6e6ac1f0dcca0 Author: Sam James gentoo org> AuthorDate: Thu Oct 21 23:27:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 21 23:27:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2da041 app-shells/autojump: Stabilize 22.5.3-r1 amd64, #819075 Signed-off-by: Sam James gentoo.org> app-shells/autojump/autojump-22.5.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/autojump/autojump-22.5.3-r1.ebuild b/app-shells/autojump/autojump-22.5.3-r1.ebuild index 9cd6be4d611..9e398fa6328 100644 --- a/app-shells/autojump/autojump-22.5.3-r1.ebuild +++ b/app-shells/autojump/autojump-22.5.3-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x64-macos" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x64-macos" IUSE="ipython test" REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"