Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libodfgen/
Date: Wed, 02 Jan 2019 09:57:05
Message-Id: 1546422984.31aabe4d122ff18c7f807d70f568fd4d6063a194.zlogene@gentoo
1 commit: 31aabe4d122ff18c7f807d70f568fd4d6063a194
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 09:56:24 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 09:56:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31aabe4d
7
8 app-text/libodfgen: amd64 stable wrt bug #673446
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-text/libodfgen/libodfgen-0.1.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/libodfgen/libodfgen-0.1.7.ebuild b/app-text/libodfgen/libodfgen-0.1.7.ebuild
17 index 03f14c4c702..97d1e321d63 100644
18 --- a/app-text/libodfgen/libodfgen-0.1.7.ebuild
19 +++ b/app-text/libodfgen/libodfgen-0.1.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
27 inherit autotools git-r3
28 else
29 SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
32 fi
33
34 DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"