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 6D78B138331 for ; Tue, 15 May 2018 01:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8725CE0A4A; Tue, 15 May 2018 01:46:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6228EE0A4A for ; Tue, 15 May 2018 01:46:13 +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 10925335C8A for ; Tue, 15 May 2018 01:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF0D29E for ; Tue, 15 May 2018 01:46:10 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1526348200.98fd625196226015b4b49cdabf2d4d9d930cddca.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/ooofbtools/ooofbtools-2.53.ebuild X-VCS-Directories: app-officeext/ooofbtools/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 98fd625196226015b4b49cdabf2d4d9d930cddca X-VCS-Branch: master Date: Tue, 15 May 2018 01:46:10 +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-Archives-Salt: c85d62fd-4fdd-422a-a880-6ec382edaa34 X-Archives-Hash: 7346f4a38eb1928c208b8d46d17b2080 commit: 98fd625196226015b4b49cdabf2d4d9d930cddca Author: Thomas Deutschmann gentoo org> AuthorDate: Tue May 15 01:36:40 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue May 15 01:36:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fd6251 app-officeext/ooofbtools: x86 stable (bug #655716) Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-officeext/ooofbtools/ooofbtools-2.53.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-officeext/ooofbtools/ooofbtools-2.53.ebuild b/app-officeext/ooofbtools/ooofbtools-2.53.ebuild index 461fdfddf20..5cea90c2d8d 100644 --- a/app-officeext/ooofbtools/ooofbtools-2.53.ebuild +++ b/app-officeext/ooofbtools/ooofbtools-2.53.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND="dev-libs/libxml2 app-arch/zip"