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 A742C1382FE for ; Mon, 11 Jul 2016 19:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A91E0B81; Mon, 11 Jul 2016 19:40:14 +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 48ABBE0B81 for ; Mon, 11 Jul 2016 19:40:14 +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 1A5B9340D59 for ; Mon, 11 Jul 2016 19:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86AE697B for ; Mon, 11 Jul 2016 19:40:08 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1468266202.abfca3521c543c1cbc363310241f8d6b3c47e8d0.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connect/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connect/connect-1.103.ebuild X-VCS-Directories: net-misc/connect/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: abfca3521c543c1cbc363310241f8d6b3c47e8d0 X-VCS-Branch: master Date: Mon, 11 Jul 2016 19:40:08 +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: 18b28811-63e9-44aa-b0f7-ee99c52e7302 X-Archives-Hash: 6f38c826b1f78c4585c5def4c0756424 commit: abfca3521c543c1cbc363310241f8d6b3c47e8d0 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jul 11 19:43:22 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jul 11 19:43:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfca352 net-misc/connect: bump to EAPI 5 and keyword ~ppc64 Package-Manager: portage-2.2.28 net-misc/connect/connect-1.103.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/connect/connect-1.103.ebuild b/net-misc/connect/connect-1.103.ebuild index c7192fe..002c3a8 100644 --- a/net-misc/connect/connect-1.103.ebuild +++ b/net-misc/connect/connect-1.103.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 inherit toolchain-funcs @@ -14,7 +14,7 @@ HG_COMMIT_ID="ee1fbc21da4b" # bitbucket commit id SRC_URI="https://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" DEPEND="" RDEPEND="" S="${WORKDIR}/gotoh-connect-${HG_COMMIT_ID}"