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 E917F1384B4 for ; Tue, 29 Dec 2015 17:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E4221C018; Tue, 29 Dec 2015 17:25:20 +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 0609721C018 for ; Tue, 29 Dec 2015 17:25:19 +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 8198B340686 for ; Tue, 29 Dec 2015 17:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C4D1C86 for ; Tue, 29 Dec 2015 17:25:13 +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: <1451409897.42b4656abb80a2f6077c52e7e8d178d92964d0b9.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ninja/ninja-9999.ebuild X-VCS-Directories: dev-util/ninja/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 42b4656abb80a2f6077c52e7e8d178d92964d0b9 X-VCS-Branch: master Date: Tue, 29 Dec 2015 17:25:13 +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: 382dff07-1cc7-4ba5-9731-9b4066729d36 X-Archives-Hash: 6b39dbc9bd1ed738049e6e8e555863c6 commit: 42b4656abb80a2f6077c52e7e8d178d92964d0b9 Author: Mike Gilbert gentoo org> AuthorDate: Tue Dec 29 17:19:28 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Dec 29 17:24:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b4656a dev-util/ninja: Update EGIT_REPO_URI Package-Manager: portage-2.2.26_p32 dev-util/ninja/ninja-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index 1b7057a..6e39985 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/martine/ninja.git" + EGIT_REPO_URI="https://github.com/ninja-build/ninja.git" else SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"