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 551C8138334 for ; Tue, 5 Feb 2019 09:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CFE6E0DF8; Tue, 5 Feb 2019 09:10:48 +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 D96F9E0DF8 for ; Tue, 5 Feb 2019 09:10:47 +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 D832933BED4 for ; Tue, 5 Feb 2019 09:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF9AB536 for ; Tue, 5 Feb 2019 09:10:42 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1549357780.5c9867656bc6060b4d4fad57b5ed6d20816c8567.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xz-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xz-java/xz-java-1.8.ebuild X-VCS-Directories: dev-java/xz-java/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5c9867656bc6060b4d4fad57b5ed6d20816c8567 X-VCS-Branch: master Date: Tue, 5 Feb 2019 09:10:42 +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: 992e45f8-49a2-4de5-9897-64338838a69d X-Archives-Hash: c619f051180561442c410d7df14610f5 commit: 5c9867656bc6060b4d4fad57b5ed6d20816c8567 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Feb 5 09:09:20 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Feb 5 09:09:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c986765 dev-java/xz-java: add ~ppc64 build tested on ppc64 and ppc64le Bug: https://bugs.gentoo.org/676048 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/xz-java/xz-java-1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/xz-java/xz-java-1.8.ebuild b/dev-java/xz-java/xz-java-1.8.ebuild index 0be4079e7b1..78b83d3f6e8 100644 --- a/dev-java/xz-java/xz-java-1.8.ebuild +++ b/dev-java/xz-java/xz-java-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://tukaani.org/xz/${P}.zip" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6"