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 B45D31382C5 for ; Mon, 17 May 2021 02:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF345E0802; Mon, 17 May 2021 02:37:05 +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 D1446E0802 for ; Mon, 17 May 2021 02:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE9B733BF08 for ; Mon, 17 May 2021 02:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A6FF78D for ; Mon, 17 May 2021 02:37:02 +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: <1621219003.7b1b7b91d623200b5d4621f85de4f8d5c5fcc3d4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xstow/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/xstow/xstow-1.0.2.ebuild X-VCS-Directories: app-admin/xstow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b1b7b91d623200b5d4621f85de4f8d5c5fcc3d4 X-VCS-Branch: master Date: Mon, 17 May 2021 02:37:02 +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: 90ac571c-eeb3-4c48-a2ec-bf785f733829 X-Archives-Hash: 48cdb2557faa63e507f36a0e1d0aeb05 commit: 7b1b7b91d623200b5d4621f85de4f8d5c5fcc3d4 Author: Sam James gentoo org> AuthorDate: Mon May 17 02:36:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 17 02:36:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1b7b91 app-admin/xstow: Stabilize 1.0.2 amd64, #790065 Signed-off-by: Sam James gentoo.org> app-admin/xstow/xstow-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/xstow/xstow-1.0.2.ebuild b/app-admin/xstow/xstow-1.0.2.ebuild index 30abbbbc0dd..d29c2e32a3f 100644 --- a/app-admin/xstow/xstow-1.0.2.ebuild +++ b/app-admin/xstow/xstow-1.0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xstow/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="ncurses" DEPEND="ncurses? ( sys-libs/ncurses:0= )"