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 17CC5138359 for ; Wed, 9 Sep 2020 06:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B255E0848; Wed, 9 Sep 2020 06:29:13 +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 DA991E088B for ; Wed, 9 Sep 2020 06:29:12 +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 573FD340F42 for ; Wed, 9 Sep 2020 06:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0DB7EC for ; Wed, 9 Sep 2020 06:29:09 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1599632679.7724a77e2f7ccb32fb8c668648849f388c4972ca.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/pyzy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/pyzy/pyzy-0.1.0-r3.ebuild X-VCS-Directories: app-i18n/pyzy/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7724a77e2f7ccb32fb8c668648849f388c4972ca X-VCS-Branch: master Date: Wed, 9 Sep 2020 06:29:09 +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: 35faeb5d-2b93-4dc9-8504-8da02b23c1ef X-Archives-Hash: 399e54d28073fcf4b92f921f9d15e6ed commit: 7724a77e2f7ccb32fb8c668648849f388c4972ca Author: Yixun Lan gentoo org> AuthorDate: Wed Sep 9 06:24:39 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Sep 9 06:24:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7724a77e app-i18n/pyzy: amd64 stable Closes: https://bugs.gentoo.org/695008 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan gentoo.org> app-i18n/pyzy/pyzy-0.1.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild index d384e124ba4..986a3e9bb94 100644 --- a/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild +++ b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${P}.tar.xz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="boost doc opencc" RDEPEND="dev-db/sqlite:3