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 DC018139083 for ; Sun, 17 Dec 2017 15:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A884E0C3F; Sun, 17 Dec 2017 15:35:51 +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 69CC8E0C3F for ; Sun, 17 Dec 2017 15:35:51 +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 4B15333BE18 for ; Sun, 17 Dec 2017 15:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D34EADCA for ; Sun, 17 Dec 2017 15:35:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1513524940.183c47715029312838ad8ef6cdda6b403ad6128d.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 183c47715029312838ad8ef6cdda6b403ad6128d X-VCS-Branch: master Date: Sun, 17 Dec 2017 15:35:49 +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: da50b719-ceb5-4fca-9ccd-e557b50405ad X-Archives-Hash: e6c8d34e0af4a4b9526a7a9c2956b0fa commit: 183c47715029312838ad8ef6cdda6b403ad6128d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 17 15:35:40 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 17 15:35:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183c4771 net-misc/connect: amd64 stable wrt bug #639490 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-misc/connect/connect-1.103.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connect/connect-1.103.ebuild b/net-misc/connect/connect-1.103.ebuild index bbad309d305..9db0c05615c 100644 --- a/net-misc/connect/connect-1.103.ebuild +++ b/net-misc/connect/connect-1.103.ebuild @@ -13,7 +13,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 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" DEPEND="" RDEPEND="" S="${WORKDIR}/gotoh-connect-${HG_COMMIT_ID}"