diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-23 14:07:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-23 14:07:48 +0000 |
commit | 716b2318952e0170d3e50a7798544bfc9c1c5bf7 (patch) | |
tree | eea5ea353d1c8486dfe7d394e7468f5efe4c5175 /app-text/libwpd | |
parent | Marked ~hppa (bug #520692). (diff) | |
download | gentoo-2-716b2318952e0170d3e50a7798544bfc9c1c5bf7.tar.gz gentoo-2-716b2318952e0170d3e50a7798544bfc9c1c5bf7.tar.bz2 gentoo-2-716b2318952e0170d3e50a7798544bfc9c1c5bf7.zip |
Marked ~hppa (bug #520692).
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-text/libwpd')
-rw-r--r-- | app-text/libwpd/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/libwpd/libwpd-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog index cf989bac7ec4..6ad5956c4717 100644 --- a/app-text/libwpd/ChangeLog +++ b/app-text/libwpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libwpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.127 2014/08/23 13:22:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.128 2014/08/23 14:07:48 jer Exp $ + + 23 Aug 2014; Jeroen Roovers <jer@gentoo.org> libwpd-0.10.0.ebuild: + Marked ~hppa (bug #520692). *libwpd-0.10.0 (23 Aug 2014) diff --git a/app-text/libwpd/libwpd-0.10.0.ebuild b/app-text/libwpd/libwpd-0.10.0.ebuild index 9970b10c52ed..b7d36186fa7b 100644 --- a/app-text/libwpd/libwpd-0.10.0.ebuild +++ b/app-text/libwpd/libwpd-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v 1.1 2014/08/23 13:22:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v 1.2 2014/08/23 14:07:48 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.10" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="doc test +tools" RDEPEND="dev-libs/librevenge" |