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 5B0A1138330 for ; Sat, 1 Oct 2016 12:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A63A4E084C; Sat, 1 Oct 2016 12:56:01 +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 8AA88E084C for ; Sat, 1 Oct 2016 12:56:01 +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 53BE8340D6E for ; Sat, 1 Oct 2016 12:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0517724A5 for ; Sat, 1 Oct 2016 12:55:58 +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: <1475326484.21ca0d3c48adda9d316a4f648d55c1353801f90e.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: 21ca0d3c48adda9d316a4f648d55c1353801f90e X-VCS-Branch: master Date: Sat, 1 Oct 2016 12:55:58 +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: e2313c72-2724-45aa-97e6-41e03cd747f2 X-Archives-Hash: f20cb0a95386e2be519eab5f8d563324 commit: 21ca0d3c48adda9d316a4f648d55c1353801f90e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 12:54:44 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 12:54:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ca0d3c dev-libs/librevenge: Stable for PPC64 (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 ab8cb26..51cb316 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="" + KEYWORDS="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 )"