From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FC1B13835C for ; Thu, 10 Jun 2021 15:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3EAE08EB; Thu, 10 Jun 2021 15:34:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1D23E08EB for ; Thu, 10 Jun 2021 15:34:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C59BA3409F1 for ; Thu, 10 Jun 2021 15:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19FD7B1 for ; Thu, 10 Jun 2021 15:34:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1623339135.d517dce9c09633572f3ca2c583e76dea42d6977c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooo2gd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild X-VCS-Directories: app-officeext/ooo2gd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d517dce9c09633572f3ca2c583e76dea42d6977c X-VCS-Branch: master Date: Thu, 10 Jun 2021 15:34:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ac94835-9a15-4464-a52c-7141654fa245 X-Archives-Hash: 2c4214046a020746e1af9ce9fc7e2ce9 commit: d517dce9c09633572f3ca2c583e76dea42d6977c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 10 13:15:56 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 10 15:32:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517dce9 app-officeext/ooo2gd: Drop ~x86 for app-office/libreoffice[java] - app-office/libreoffice[java] is masked for ~x86. - EAPI-7 bump. Bug: https://bugs.gentoo.org/785640 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../ooo2gd/{ooo2gd-3.0.0-r1.ebuild => ooo2gd-3.0.0-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild b/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild similarity index 84% rename from app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild rename to app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild index 9d4e7d9fd04..20b1a6c4d99 100644 --- a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild +++ b/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 OFFICE_REQ_USE="java" @@ -16,5 +16,5 @@ SRC_URI="https://ooo2gd.googlecode.com/files/${PN}_${PV}.oxt" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64" IUSE=""