From: Jeroen Roovers Date: Sat, 1 Oct 2016 12:54:44 +0000 (+0200) Subject: dev-libs/librevenge: Stable for PPC64 (bug #583736). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=21ca0d3c48adda9d316a4f648d55c1353801f90e;p=gentoo.git dev-libs/librevenge: Stable for PPC64 (bug #583736). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches --- diff --git a/dev-libs/librevenge/librevenge-0.0.4.ebuild b/dev-libs/librevenge/librevenge-0.0.4.ebuild index ab8cb2668c98..51cb3160709c 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 )"