From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E9F181388C1 for ; Wed, 23 Dec 2015 11:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE4121C0C1; Wed, 23 Dec 2015 11:17:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E53FA21C0C1 for ; Wed, 23 Dec 2015 11:17:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B78F34084C for ; Wed, 23 Dec 2015 11:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3908B5D for ; Wed, 23 Dec 2015 11:17:52 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1450869457.8ae9a77cc193bbe81be9db54e919340ed4ea4290.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mini-xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mini-xml/mini-xml-2.8.ebuild X-VCS-Directories: dev-libs/mini-xml/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8ae9a77cc193bbe81be9db54e919340ed4ea4290 X-VCS-Branch: master Date: Wed, 23 Dec 2015 11:17:52 +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: 0a274353-955c-4255-8afa-4c824d242e65 X-Archives-Hash: 5dd31053f5dd20d3f7d5623827d3c4b6 commit: 8ae9a77cc193bbe81be9db54e919340ed4ea4290 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Dec 23 11:13:31 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Dec 23 11:17:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae9a77c dev-libs/mini-xml: Mark ~hppa ~ppc64 (bug #569254). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches dev-libs/mini-xml/mini-xml-2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mini-xml/mini-xml-2.8.ebuild b/dev-libs/mini-xml/mini-xml-2.8.ebuild index 8be99c5..7351834 100644 --- a/dev-libs/mini-xml/mini-xml-2.8.ebuild +++ b/dev-libs/mini-xml/mini-xml-2.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.msweet.org/files/project3/${MY_P}.tar.gz" LICENSE="Mini-XML" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86" IUSE="threads static-libs" DEPEND="virtual/pkgconfig"