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 1C7B3138330 for ; Wed, 5 Oct 2016 19:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A199E09B3; Wed, 5 Oct 2016 19:26:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CEA3E09B3 for ; Wed, 5 Oct 2016 19:26:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90861341194 for ; Wed, 5 Oct 2016 19:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B4B248D for ; Wed, 5 Oct 2016 19:26:45 +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: <1475695604.32584dd1fba1ce55de55fcf996386f004898da5e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librevenge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librevenge/librevenge-0.0.4.ebuild X-VCS-Directories: dev-libs/librevenge/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 32584dd1fba1ce55de55fcf996386f004898da5e X-VCS-Branch: master Date: Wed, 5 Oct 2016 19:26:45 +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: f83e7d5e-d2eb-4443-8402-22b847feca7c X-Archives-Hash: badfb12161f6c3a868a61f7b0d16aef5 commit: 32584dd1fba1ce55de55fcf996386f004898da5e Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 5 19:26:33 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 5 19:26:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32584dd1 dev-libs/librevenge: Stable for HPPA (bug #583736). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-libs/librevenge/librevenge-0.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/librevenge/librevenge-0.0.4.ebuild b/dev-libs/librevenge/librevenge-0.0.4.ebuild index 51cb316..5ebbd77 100644 --- a/dev-libs/librevenge/librevenge-0.0.4.ebuild +++ b/dev-libs/librevenge/librevenge-0.0.4.ebuild @@ -11,10 +11,10 @@ HOMEPAGE="http://sf.net/p/libwpd/librevenge" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge" inherit git-r3 autotools - KEYWORDS="ppc64" + KEYWORDS="hppa ppc64" else SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc64 x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc64 x86 ~x86-fbsd" fi LICENSE="|| ( MPL-2.0 LGPL-2.1 )"