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 EA851138334 for ; Wed, 2 Jan 2019 09:57:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D0EE0B0E; Wed, 2 Jan 2019 09:57:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BE663E0B0E for ; Wed, 2 Jan 2019 09:57:04 +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 A0821335CA6 for ; Wed, 2 Jan 2019 09:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3FA7507 for ; Wed, 2 Jan 2019 09:57:00 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1546422984.31aabe4d122ff18c7f807d70f568fd4d6063a194.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libodfgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libodfgen/libodfgen-0.1.7.ebuild X-VCS-Directories: app-text/libodfgen/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 31aabe4d122ff18c7f807d70f568fd4d6063a194 X-VCS-Branch: master Date: Wed, 2 Jan 2019 09:57:00 +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: fc0b8c07-7a80-4c57-8679-d324803b16a2 X-Archives-Hash: e9cfc59d64377b89a2aa6e8bad89b0f6 commit: 31aabe4d122ff18c7f807d70f568fd4d6063a194 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 2 09:56:24 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jan 2 09:56:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31aabe4d app-text/libodfgen: amd64 stable wrt bug #673446 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/libodfgen/libodfgen-0.1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/libodfgen/libodfgen-0.1.7.ebuild b/app-text/libodfgen/libodfgen-0.1.7.ebuild index 03f14c4c702..97d1e321d63 100644 --- a/app-text/libodfgen/libodfgen-0.1.7.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"