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 92A931396D9 for ; Sat, 28 Oct 2017 22:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0C282BC195; Sat, 28 Oct 2017 22:40:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CFEEA2BC192 for ; Sat, 28 Oct 2017 22:40:15 +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 85E4734164B for ; Sat, 28 Oct 2017 22:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED60D41F for ; Sat, 28 Oct 2017 22:40:12 +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: <1509230408.acfc7be71dc4a3a2b7cb7f37dbec5324776d9edb.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zstd/zstd-1.1.3.ebuild X-VCS-Directories: app-arch/zstd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: acfc7be71dc4a3a2b7cb7f37dbec5324776d9edb X-VCS-Branch: master Date: Sat, 28 Oct 2017 22:40:12 +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: cd7a660e-fb3d-470e-8e44-376ed0a36549 X-Archives-Hash: 52ac612fd73b5ec8c08bee453baf1271 commit: acfc7be71dc4a3a2b7cb7f37dbec5324776d9edb Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Oct 28 22:38:59 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 28 22:40:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfc7be7 app-arch/zstd: stable 1.1.3 for ppc, bug #631642 Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc" app-arch/zstd/zstd-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zstd/zstd-1.1.3.ebuild b/app-arch/zstd/zstd-1.1.3.ebuild index 48c30c2adb2..2dd395e86c4 100644 --- a/app-arch/zstd/zstd-1.1.3.ebuild +++ b/app-arch/zstd/zstd-1.1.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~mips ppc ~ppc64 x86" IUSE="static-libs" src_compile() {