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 4A2EC139694 for ; Mon, 27 Feb 2017 18:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DC28E0C64; Mon, 27 Feb 2017 18:55:52 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AFCFE0C64 for ; Mon, 27 Feb 2017 18:55:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B5CFB341236 for ; Mon, 27 Feb 2017 18:55:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357CB56AC for ; Mon, 27 Feb 2017 18:55:49 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1488221703.d64e31e0a0db91f309edfe82c9ea26d6b6005444.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blahtexml/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blahtexml/blahtexml-0.9.ebuild X-VCS-Directories: app-text/blahtexml/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: d64e31e0a0db91f309edfe82c9ea26d6b6005444 X-VCS-Branch: master Date: Mon, 27 Feb 2017 18:55:49 +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: cac63c68-da68-4483-bfb4-b34bfbf4eab9 X-Archives-Hash: 3413fe87d7f94ee2c6d203ade467891f commit: d64e31e0a0db91f309edfe82c9ea26d6b6005444 Author: Michael Weber gentoo org> AuthorDate: Mon Feb 27 17:08:40 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon Feb 27 18:55:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64e31e0 app-text/blahtexml: arm ppc ppc64 stable (bug 590274). Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/blahtexml/blahtexml-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/blahtexml/blahtexml-0.9.ebuild b/app-text/blahtexml/blahtexml-0.9.ebuild index 451353f653..599ecb8292 100644 --- a/app-text/blahtexml/blahtexml-0.9.ebuild +++ b/app-text/blahtexml/blahtexml-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://gva.noekeon.org/${PN}/${P}-src.tar.gz" LICENSE="BSD CC-BY-3.0 ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ppc ppc64 x86" IUSE="doc" RDEPEND="dev-libs/xerces-c"