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 DF7A1138334 for ; Sat, 2 Feb 2019 20:45:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91C0E0A91; Sat, 2 Feb 2019 20:44:57 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3BC1E0A91 for ; Sat, 2 Feb 2019 20:44:56 +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 52A9333BE65 for ; Sat, 2 Feb 2019 20:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A3FB539 for ; Sat, 2 Feb 2019 20:44:52 +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: <1549140260.86a0f4407a28c5992e4e1cc37e0d77ee6b2f2d44.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ed2k_hash/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild X-VCS-Directories: net-p2p/ed2k_hash/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 86a0f4407a28c5992e4e1cc37e0d77ee6b2f2d44 X-VCS-Branch: master Date: Sat, 2 Feb 2019 20:44:52 +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: cb16c50a-4244-4ee5-b12f-cbd618efa77e X-Archives-Hash: 728b62fc04c091f9155fa9d7897a2010 commit: 86a0f4407a28c5992e4e1cc37e0d77ee6b2f2d44 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 2 20:20:08 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 2 20:44:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a0f440 net-p2p/ed2k_hash: stable 0.4.0-r2 for ppc, bug #676752 Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild index 1e2ab6041d0..439d72e3ebc 100644 --- a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild +++ b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="" # fltk support is broken, bug #359643 DEPEND=""