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 3BED013835B for ; Sun, 7 Mar 2021 15:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E12E0893; Sun, 7 Mar 2021 15:54:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 194C3E0893 for ; Sun, 7 Mar 2021 15:54:03 +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 1184E340A98 for ; Sun, 7 Mar 2021 15:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B1058C for ; Sun, 7 Mar 2021 15:54:00 +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: <1615132291.7c5d762022dca9a2a956f8e920e2f4288e3b7128.whissi@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.8.ebuild X-VCS-Directories: app-text/libodfgen/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7c5d762022dca9a2a956f8e920e2f4288e3b7128 X-VCS-Branch: master Date: Sun, 7 Mar 2021 15:54: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: d0576a24-5604-4113-962f-c38b0d05d477 X-Archives-Hash: b4935ce0dfb1e3c69b09cec7251e9702 commit: 7c5d762022dca9a2a956f8e920e2f4288e3b7128 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 7 15:51:31 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 7 15:51:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5d7620 app-text/libodfgen: x86 stable (bug #768273) Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> app-text/libodfgen/libodfgen-0.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libodfgen/libodfgen-0.1.8.ebuild b/app-text/libodfgen/libodfgen-0.1.8.ebuild index 122022be7d8..7843ced1b9d 100644 --- a/app-text/libodfgen/libodfgen-0.1.8.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.8.ebuild @@ -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"