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 1EB7D138334 for ; Tue, 11 Sep 2018 20:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B8E9E09E9; Tue, 11 Sep 2018 20:40:27 +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 79A18E09E9 for ; Tue, 11 Sep 2018 20:40:27 +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 A865C335CD5 for ; Tue, 11 Sep 2018 20:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 034EA3BE for ; Tue, 11 Sep 2018 20:40:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1536698416.8489cebd1085840369d827a0e4cbcea7de9628d4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pugixml/pugixml-1.9.ebuild X-VCS-Directories: dev-libs/pugixml/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8489cebd1085840369d827a0e4cbcea7de9628d4 X-VCS-Branch: master Date: Tue, 11 Sep 2018 20:40:24 +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: d2323410-4992-4626-b448-9d48977b9ffe X-Archives-Hash: 3c1ddcd7c6a0fc0105415cb9f3abe8fe commit: 8489cebd1085840369d827a0e4cbcea7de9628d4 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 11 20:40:04 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 11 20:40:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8489cebd dev-libs/pugixml-1.9: ppc stable, bug 662868 dev-libs/pugixml/pugixml-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/pugixml/pugixml-1.9.ebuild b/dev-libs/pugixml/pugixml-1.9.ebuild index 81d68e9a0da..55b4eac52cc 100644 --- a/dev-libs/pugixml/pugixml-1.9.ebuild +++ b/dev-libs/pugixml/pugixml-1.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )