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 A7792139085 for ; Fri, 3 Feb 2017 20:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6573E0D30; Fri, 3 Feb 2017 20:08:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9390E0D30 for ; Fri, 3 Feb 2017 20:08:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4DE8340EDA for ; Fri, 3 Feb 2017 20:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A4003B8E for ; Fri, 3 Feb 2017 20:08:55 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1486152451.13af6f9bd33ca7ae5a1ed7142d8bbba2a171d876.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/opencc/opencc-1.0.4.ebuild X-VCS-Directories: app-i18n/opencc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 13af6f9bd33ca7ae5a1ed7142d8bbba2a171d876 X-VCS-Branch: master Date: Fri, 3 Feb 2017 20:08:55 +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-Archives-Salt: c46076cf-7d4d-4fb3-850f-a74a62766d71 X-Archives-Hash: 3316a14b2e2b2abb7a665082804b53ce commit: 13af6f9bd33ca7ae5a1ed7142d8bbba2a171d876 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Feb 3 20:07:31 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Feb 3 20:07:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13af6f9b app-i18n/opencc: Stable for PPC64 (bug #607544). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches app-i18n/opencc/opencc-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/opencc/opencc-1.0.4.ebuild b/app-i18n/opencc/opencc-1.0.4.ebuild index a3b0d57..2201153 100644 --- a/app-i18n/opencc/opencc-1.0.4.ebuild +++ b/app-i18n/opencc/opencc-1.0.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 hppa ~ppc ppc64 x86" IUSE="doc static-libs" DEPEND="doc? ( app-doc/doxygen )"