diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-10-05 21:26:33 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-10-05 21:26:44 +0200 |
commit | 32584dd1fba1ce55de55fcf996386f004898da5e (patch) | |
tree | 88b684a7374568c0f56a17ec92c1ff778b7bae05 /dev-libs/librevenge | |
parent | kde-plasma: version bump 5.8.0 (diff) | |
download | gentoo-32584dd1fba1ce55de55fcf996386f004898da5e.tar.gz gentoo-32584dd1fba1ce55de55fcf996386f004898da5e.tar.bz2 gentoo-32584dd1fba1ce55de55fcf996386f004898da5e.zip |
dev-libs/librevenge: Stable for HPPA (bug #583736).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-libs/librevenge')
-rw-r--r-- | dev-libs/librevenge/librevenge-0.0.4.ebuild | 4 |
1 files 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 51cb3160709c..5ebbd773b150 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 )" |