From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB4AC138262 for ; Fri, 20 May 2016 00:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AFDF14252; Fri, 20 May 2016 00:24:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9930114252 for ; Fri, 20 May 2016 00:24:18 +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 A6425340B54 for ; Fri, 20 May 2016 00:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC00096B for ; Fri, 20 May 2016 00:24:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1463702061.a469c9dc30d667b65897ed9a9d7f109baf953e3c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/kxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/kxml/kxml-2.3.0.ebuild X-VCS-Directories: dev-java/kxml/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a469c9dc30d667b65897ed9a9d7f109baf953e3c X-VCS-Branch: master Date: Fri, 20 May 2016 00:24:12 +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: 2b3897e4-1f00-4b5c-be78-153cee8e0623 X-Archives-Hash: 214a9969a3d707facd1e61de45ca534f commit: a469c9dc30d667b65897ed9a9d7f109baf953e3c Author: Patrice Clement gentoo org> AuthorDate: Thu May 19 23:54:21 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu May 19 23:54:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a469c9dc dev-java/kxml: Stable for ppc64. Package-Manager: portage-2.2.28 dev-java/kxml/kxml-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/kxml/kxml-2.3.0.ebuild b/dev-java/kxml/kxml-2.3.0.ebuild index d58e62b..5b0ff08 100644 --- a/dev-java/kxml/kxml-2.3.0.ebuild +++ b/dev-java/kxml/kxml-2.3.0.ebuild @@ -8,13 +8,13 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Small XML pull parser for constrained environments such as Applets, Personal Java or MIDP devices" +DESCRIPTION="Small XML Pull Parser" HOMEPAGE="http://kxml.org/" SRC_URI="mirror://sourceforge/${PN}/${PN}2-src-${PV}.zip" LICENSE="BSD" SLOT="2" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/xpp3:0"