Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooo2gd/
Date: Thu, 10 Jun 2021 15:34:52
Message-Id: 1623339135.d517dce9c09633572f3ca2c583e76dea42d6977c.asturm@gentoo
1 commit: d517dce9c09633572f3ca2c583e76dea42d6977c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 13:15:56 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 15:32:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517dce9
7
8 app-officeext/ooo2gd: Drop ~x86 for app-office/libreoffice[java]
9
10 - app-office/libreoffice[java] is masked for ~x86.
11 - EAPI-7 bump.
12
13 Bug: https://bugs.gentoo.org/785640
14 Package-Manager: Portage-3.0.19, Repoman-3.0.3
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 .../ooo2gd/{ooo2gd-3.0.0-r1.ebuild => ooo2gd-3.0.0-r2.ebuild} | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild b/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild
21 similarity index 84%
22 rename from app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild
23 rename to app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild
24 index 9d4e7d9fd04..20b1a6c4d99 100644
25 --- a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild
26 +++ b/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild
27 @@ -1,7 +1,7 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=5
33 +EAPI=7
34
35 OFFICE_REQ_USE="java"
36
37 @@ -16,5 +16,5 @@ SRC_URI="https://ooo2gd.googlecode.com/files/${PN}_${PV}.oxt"
38
39 LICENSE="LGPL-2"
40 SLOT="0"
41 -KEYWORDS="amd64 x86"
42 +KEYWORDS="amd64"
43 IUSE=""