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 DA108138331 for ; Sun, 6 May 2018 19:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3444AE0986; Sun, 6 May 2018 19:24:40 +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 0FF7AE0986 for ; Sun, 6 May 2018 19:24:40 +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 4BB84335C92 for ; Sun, 6 May 2018 19:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379DF3B for ; Sun, 6 May 2018 19:24:37 +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: <1525634670.f986514c75f42c011255f4ce1c9695dc00ebf12b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmspack/libmspack-0.6_alpha.ebuild X-VCS-Directories: dev-libs/libmspack/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f986514c75f42c011255f4ce1c9695dc00ebf12b X-VCS-Branch: master Date: Sun, 6 May 2018 19:24:37 +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: 434eb694-f87b-48aa-9589-42d413dd681d X-Archives-Hash: 5aaa833a9f8733a411f358b9b7279c6e commit: f986514c75f42c011255f4ce1c9695dc00ebf12b Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 6 19:24:05 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 6 19:24:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f986514c dev-libs/libmspack: keyworded 0.6_alpha for ppc64, bug #653016 Bug: https://bugs.gentoo.org/653016 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-libs/libmspack/libmspack-0.6_alpha.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild index de5758e359e..340e1eff032 100644 --- a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild +++ b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc64 x86" IUSE="debug doc static-libs utils" DEPEND=""