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 65F17138359 for ; Sun, 12 Jul 2020 12:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D558E0798; Sun, 12 Jul 2020 12:34:27 +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 E82B4E0798 for ; Sun, 12 Jul 2020 12:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 049F134FB25 for ; Sun, 12 Jul 2020 12:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2A32E3 for ; Sun, 12 Jul 2020 12:34:21 +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: <1594557244.69441a2aa5ea7337131e00dd911f45c44a8d6f0d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild X-VCS-Directories: dev-java/jgoodies-common/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 69441a2aa5ea7337131e00dd911f45c44a8d6f0d X-VCS-Branch: master Date: Sun, 12 Jul 2020 12:34:21 +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: c470191a-bfb0-4677-9e0c-f9b16ff4daab X-Archives-Hash: ab185ca6ba2aa1534c49d9b28853b45f commit: 69441a2aa5ea7337131e00dd911f45c44a8d6f0d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 12 12:34:04 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 12 12:34:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69441a2a dev-java/jgoodies-common: keyworded 1.8.0 for ppc64 keyworded wrt bug #720116 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild b/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild index da63d80e25a..0c830c5581e 100644 --- a/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild +++ b/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="1.8" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" RESTRICT="test"