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 2094058973 for ; Sat, 23 Jan 2016 08:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C92421C01F; Sat, 23 Jan 2016 08:00:21 +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 AD71221C01F for ; Sat, 23 Jan 2016 08:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93EBA340AC7 for ; Sat, 23 Jan 2016 08:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32ABAFFB for ; Sat, 23 Jan 2016 08:00:16 +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: <1453536000.519995f22dacc4bae3d81f88116dbeaee3f3573e.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.2.ebuild X-VCS-Directories: dev-libs/librevenge/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 519995f22dacc4bae3d81f88116dbeaee3f3573e X-VCS-Branch: master Date: Sat, 23 Jan 2016 08:00:16 +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: c3dee0fe-d924-435a-b285-5dd2f8777ec5 X-Archives-Hash: 92911f03fcfb299d80f3f0772403011a commit: 519995f22dacc4bae3d81f88116dbeaee3f3573e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 23 07:54:06 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 23 08:00:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519995f2 dev-libs/librevenge: Stable for HPPA PPC64 (bug #568412). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches dev-libs/librevenge/librevenge-0.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/librevenge/librevenge-0.0.2.ebuild b/dev-libs/librevenge/librevenge-0.0.2.ebuild index 9ccd48f..e926069 100644 --- a/dev-libs/librevenge/librevenge-0.0.2.ebuild +++ b/dev-libs/librevenge/librevenge-0.0.2.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 )"