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 47930138334 for ; Sun, 11 Aug 2019 21:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CB28E0833; Sun, 11 Aug 2019 21:30:05 +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 C0FEAE0833 for ; Sun, 11 Aug 2019 21:30:04 +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 83766349921 for ; Sun, 11 Aug 2019 21:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18338740 for ; Sun, 11 Aug 2019 21:30:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1565558885.f6d03c9362ad9932ce00d349605f03345bde041e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/rime-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/rime-data/rime-data-0.38.20180515.ebuild X-VCS-Directories: app-i18n/rime-data/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f6d03c9362ad9932ce00d349605f03345bde041e X-VCS-Branch: master Date: Sun, 11 Aug 2019 21:30:01 +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: bf617d83-aa63-4d04-8982-de505605678a X-Archives-Hash: 77a770f79a651dee4db1220564223ebd commit: f6d03c9362ad9932ce00d349605f03345bde041e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 11 20:24:02 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 11 21:28:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d03c93 app-i18n/rime-data: x86 stable (bug #690630) Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> app-i18n/rime-data/rime-data-0.38.20180515.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/rime-data/rime-data-0.38.20180515.ebuild b/app-i18n/rime-data/rime-data-0.38.20180515.ebuild index ecbace625b4..1c4be0ca419 100644 --- a/app-i18n/rime-data/rime-data-0.38.20180515.ebuild +++ b/app-i18n/rime-data/rime-data-0.38.20180515.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${MY_PN}/releases/download/${MY_P%.*}/${MY_P}.t LICENSE="GPL-3 LGPL-3 extra? ( Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="extra" DEPEND="app-i18n/librime"