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 0E0DB139694 for ; Thu, 6 Apr 2017 23:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47964E0784; Thu, 6 Apr 2017 23:23:44 +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 25BC1E0784 for ; Thu, 6 Apr 2017 23:23:43 +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 B8763340A23 for ; Thu, 6 Apr 2017 23:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C04173E7 for ; Thu, 6 Apr 2017 23:23:41 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1491521008.aa9b6b16359dd555a865114f42119883ed03fd81.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/freebayes/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/freebayes/freebayes-9999.ebuild X-VCS-Directories: sci-biology/freebayes/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: aa9b6b16359dd555a865114f42119883ed03fd81 X-VCS-Branch: master Date: Thu, 6 Apr 2017 23:23:41 +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: 8108a1e3-7860-4d2b-87f9-64e7332a0a49 X-Archives-Hash: dba7470e904498dc71cf91cc02f70428 commit: aa9b6b16359dd555a865114f42119883ed03fd81 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Apr 6 23:23:28 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Apr 6 23:23:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aa9b6b16 sci-biology/freebayes: use https instead of git protocol Package-Manager: Portage-2.3.5, Repoman-2.3.1 sci-biology/freebayes/freebayes-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/freebayes/freebayes-9999.ebuild b/sci-biology/freebayes/freebayes-9999.ebuild index 0018eae64..db4bb6d0e 100644 --- a/sci-biology/freebayes/freebayes-9999.ebuild +++ b/sci-biology/freebayes/freebayes-9999.ebuild @@ -7,7 +7,7 @@ inherit eutils git-r3 toolchain-funcs DESCRIPTION="Bayesian gen. variant detector to find short polymorphisms" HOMEPAGE="https://github.com/ekg/freebayes" -EGIT_REPO_URI="git://github.com/ekg/freebayes.git" +EGIT_REPO_URI="https://github.com/ekg/freebayes.git" LICENSE="MIT" SLOT="0"