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 765BD1396D0 for ; Mon, 7 Aug 2017 19:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24D9E0CBD; Mon, 7 Aug 2017 19:40:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A03FCE0CBD for ; Mon, 7 Aug 2017 19:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7CCAE341829 for ; Mon, 7 Aug 2017 19:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1E7774A9 for ; Mon, 7 Aug 2017 19:40:32 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1502134852.be198a26f8efc9b313f6adbdbc699b5cace1b6fa.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cffi/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cffi/cffi-9999.ebuild X-VCS-Directories: dev-lisp/cffi/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: be198a26f8efc9b313f6adbdbc699b5cace1b6fa X-VCS-Branch: master Date: Mon, 7 Aug 2017 19:40:32 +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: b6785248-2059-450e-83f5-91454023febc X-Archives-Hash: 07924eeb6d7ffb9428e42ba18605e0cb commit: be198a26f8efc9b313f6adbdbc699b5cace1b6fa Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Aug 7 19:40:52 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Aug 7 19:40:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=be198a26 dev-lisp/cffi: Use https schema in live ebuild dev-lisp/cffi/cffi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cffi/cffi-9999.ebuild b/dev-lisp/cffi/cffi-9999.ebuild index 6fb7ab48..b237a123 100644 --- a/dev-lisp/cffi/cffi-9999.ebuild +++ b/dev-lisp/cffi/cffi-9999.ebuild @@ -9,7 +9,7 @@ MY_P=${PN}_${PV} DESCRIPTION="The Common Foreign Function Interface (CFFI)" HOMEPAGE="http://common-lisp.net/project/cffi/" -EGIT_REPO_URI="git://github.com/${PN}/${PN}/" +EGIT_REPO_URI="https://github.com/${PN}/${PN}/" LICENSE="MIT" SLOT="0"