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 4485E139696 for ; Sun, 2 Jul 2017 15:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1DBF27401B; Sun, 2 Jul 2017 15:04:11 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92CF827401A for ; Sun, 2 Jul 2017 15:04:11 +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 B3F8B34198D for ; Sun, 2 Jul 2017 15:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4C2749F for ; Sun, 2 Jul 2017 15:04:09 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1499007828.4d83ea1cde7912f59a3928dadedc2cf6da69c01d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwpd/libwpd-0.10.1.ebuild X-VCS-Directories: app-text/libwpd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4d83ea1cde7912f59a3928dadedc2cf6da69c01d X-VCS-Branch: master Date: Sun, 2 Jul 2017 15:04:09 +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: 5a865b35-558f-4c2e-9e12-c765b3668b48 X-Archives-Hash: 7d88a0661140b487fde3ced7360acef6 commit: 4d83ea1cde7912f59a3928dadedc2cf6da69c01d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 2 15:03:48 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 2 15:03:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d83ea1c app-text/libwpd: ia64 keyworded, bug #606806 Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64" app-text/libwpd/libwpd-0.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/libwpd/libwpd-0.10.1.ebuild b/app-text/libwpd/libwpd-0.10.1.ebuild index 48b17867deb..b1e9cec5ef1 100644 --- a/app-text/libwpd/libwpd-0.10.1.ebuild +++ b/app-text/libwpd/libwpd-0.10.1.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 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.10" -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd" IUSE="doc +tools" RDEPEND="dev-libs/librevenge"