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 E3AE41382C5 for ; Sun, 4 Mar 2018 22:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF623E08F1; Sun, 4 Mar 2018 22:30:13 +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 8A171E086C for ; Sun, 4 Mar 2018 22:30:13 +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 4B701335CB7 for ; Sun, 4 Mar 2018 22:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7D10211 for ; Sun, 4 Mar 2018 22:30:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1520202595.bb1b9cc819d6b8f7d2427e7f0d05160bafa1189d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.2.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bb1b9cc819d6b8f7d2427e7f0d05160bafa1189d X-VCS-Branch: master Date: Sun, 4 Mar 2018 22: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-Archives-Salt: ef2abd8d-c9b9-4ae1-82bb-21b6a9fbb202 X-Archives-Hash: 1196318ae2bbe8730f8643d3b3eef5b8 commit: bb1b9cc819d6b8f7d2427e7f0d05160bafa1189d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 4 22:24:59 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 4 22:29:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1b9cc8 app-text/libmspub: stable 0.1.2 for ppc, bug #631800 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" app-text/libmspub/libmspub-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index a7a301490ef..840b2e136a8 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -17,7 +17,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" IUSE="doc static-libs"