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 193A3139085 for ; Tue, 10 Jan 2017 02:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DA9AE0D28; Tue, 10 Jan 2017 02:28:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29B77E0D28 for ; Tue, 10 Jan 2017 02:28:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0BDF340C97 for ; Tue, 10 Jan 2017 02:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17ED32625 for ; Tue, 10 Jan 2017 02:28:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1484015270.f164a22c90250a2f8d8f5bca0d38a26cfab7da6f.bman@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.48.ebuild X-VCS-Directories: app-officeext/ooofbtools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f164a22c90250a2f8d8f5bca0d38a26cfab7da6f X-VCS-Branch: master Date: Tue, 10 Jan 2017 02:28:06 +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: 57d75157-1a99-451e-93cd-967617d46c1b X-Archives-Hash: 7f906796838cc033f3d7e3652d383d30 commit: f164a22c90250a2f8d8f5bca0d38a26cfab7da6f Author: Aaron Bauman gentoo org> AuthorDate: Tue Jan 10 02:27:50 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jan 10 02:27:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f164a22c app-officeext/ooofbtools: amd64 stable Package-Manager: portage-2.3.0 app-officeext/ooofbtools/ooofbtools-2.48.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-officeext/ooofbtools/ooofbtools-2.48.ebuild b/app-officeext/ooofbtools/ooofbtools-2.48.ebuild index 6d10908..14968ae 100644 --- a/app-officeext/ooofbtools/ooofbtools-2.48.ebuild +++ b/app-officeext/ooofbtools/ooofbtools-2.48.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,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"