From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0D5D113888F for ; Fri, 9 Oct 2015 10:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 592C0E0782; Fri, 9 Oct 2015 10:27:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01847E0782 for ; Fri, 9 Oct 2015 10:27:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ABFF3406BF for ; Fri, 9 Oct 2015 10:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528DED48 for ; Fri, 9 Oct 2015 10:27:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1444386463.0ea031b415f976e9bb47a62a557ceaee6c846f31.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/btrfs-progs/btrfs-progs-9999.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0ea031b415f976e9bb47a62a557ceaee6c846f31 X-VCS-Branch: master Date: Fri, 9 Oct 2015 10:27:46 +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: 07367bdb-57c9-4f90-b146-a65d46e71edd X-Archives-Hash: f1bdebf43b45c259bd134777d001245d commit: 0ea031b415f976e9bb47a62a557ceaee6c846f31 Author: Mike Gilbert gentoo org> AuthorDate: Fri Oct 9 10:23:33 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Oct 9 10:27:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea031b4 sys-fs/btrfs-progs: Point the live ebuild at a more lively git repo Bug: https://bugs.gentoo.org/562636 Package-Manager: portage-2.2.22_p20 sys-fs/btrfs-progs/btrfs-progs-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild b/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild index 4f0cc37..6f72426 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild @@ -16,8 +16,7 @@ if [[ ${PV} != 9999 ]]; then else WANT_LIBTOOL=none inherit autotools git-r3 - EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git - https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" + EGIT_REPO_URI="git://repo.or.cz/btrfs-progs-unstable/devel.git" EGIT_BRANCH="devel" fi