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 B88CC1382C5 for ; Sat, 27 Feb 2021 10:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC36E08F0; Sat, 27 Feb 2021 10:07:01 +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 72D55E08F0 for ; Sat, 27 Feb 2021 10:07:01 +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 EEB80340FEA for ; Sat, 27 Feb 2021 10:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66D00531 for ; Sat, 27 Feb 2021 10:06:58 +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: <1614420415.85dc7f22f5416eeeb57de0d8dc86b9047e352152.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild X-VCS-Directories: app-i18n/translate-shell/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 85dc7f22f5416eeeb57de0d8dc86b9047e352152 X-VCS-Branch: master Date: Sat, 27 Feb 2021 10:06:58 +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: 969829c1-0253-4b83-9e8f-945026e3a758 X-Archives-Hash: 12788e9fd43a52d82cbe6b742c7ce03d commit: 85dc7f22f5416eeeb57de0d8dc86b9047e352152 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 10:06:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 10:06:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dc7f22 app-i18n/translate-shell: Stabilize 0.9.6.12 x86, #772074 Signed-off-by: Sam James gentoo.org> app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild index e467c42875d..e9356d51e35 100644 --- a/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild +++ b/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="test" RESTRICT="!test? ( test )"