Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/
Date: Sun, 02 Jul 2017 15:04:12
Message-Id: 1499007828.4d83ea1cde7912f59a3928dadedc2cf6da69c01d.slyfox@gentoo
1 commit: 4d83ea1cde7912f59a3928dadedc2cf6da69c01d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 15:03:48 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 15:03:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d83ea1c
7
8 app-text/libwpd: ia64 keyworded, bug #606806
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ia64"
12
13 app-text/libwpd/libwpd-0.10.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/libwpd/libwpd-0.10.1.ebuild b/app-text/libwpd/libwpd-0.10.1.ebuild
17 index 48b17867deb..b1e9cec5ef1 100644
18 --- a/app-text/libwpd/libwpd-0.10.1.ebuild
19 +++ b/app-text/libwpd/libwpd-0.10.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
27
28 LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
29 SLOT="0.10"
30 -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips x86 ~x86-fbsd"
31 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd"
32 IUSE="doc +tools"
33
34 RDEPEND="dev-libs/librevenge"