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 BE9CB138335 for ; Wed, 24 Jul 2019 21:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B8CE088C; Wed, 24 Jul 2019 21:51:28 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A834E088C for ; Wed, 24 Jul 2019 21:51:28 +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 EFC9F348821 for ; Wed, 24 Jul 2019 21:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A135734 for ; Wed, 24 Jul 2019 21:51:25 +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: <1564005041.513d80ab2549776a6acf60fd336a15cc2b15d663.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mxml/mxml-3.0.ebuild X-VCS-Directories: dev-libs/mxml/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 513d80ab2549776a6acf60fd336a15cc2b15d663 X-VCS-Branch: master Date: Wed, 24 Jul 2019 21:51:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba1c2c9e-eb25-459b-a043-68408f314721 X-Archives-Hash: b96373adada1979a699d7ab119af0830 commit: 513d80ab2549776a6acf60fd336a15cc2b15d663 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jul 24 21:50:41 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 24 21:50:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d80ab dev-libs/mxml: stable 3.0 for ppc, bug #690384 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/mxml/mxml-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mxml/mxml-3.0.ebuild b/dev-libs/mxml/mxml-3.0.ebuild index b57cf90a46f..5c1341098c3 100644 --- a/dev-libs/mxml/mxml-3.0.ebuild +++ b/dev-libs/mxml/mxml-3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/michaelrsweet/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Mini-XML" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="static-libs threads" BDEPEND="virtual/pkgconfig"