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 DEA2B1396D9 for ; Wed, 15 Nov 2017 11:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1087E0BB2; Wed, 15 Nov 2017 11:48:45 +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 CC2CEE0BB2 for ; Wed, 15 Nov 2017 11:48:45 +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 6B74C33BEA7 for ; Wed, 15 Nov 2017 11:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9CBE9B78 for ; Wed, 15 Nov 2017 11:48:42 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1510746514.cf66142cd103999e692bb9fa8842a94fad2856c4.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/tatt/tatt-9999.ebuild X-VCS-Directories: app-portage/tatt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cf66142cd103999e692bb9fa8842a94fad2856c4 X-VCS-Branch: master Date: Wed, 15 Nov 2017 11:48:42 +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: f315be3b-96dd-4de4-8cfe-3673f2cd1818 X-Archives-Hash: 0f18db3c13266ed651ae4e7f51ef843c commit: cf66142cd103999e692bb9fa8842a94fad2856c4 Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 15 11:48:10 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 15 11:48:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf66142c app-portage/tatt: switch to new upstream location Package-Manager: Portage-2.3.8, Repoman-2.3.4 app-portage/tatt/tatt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 67cd52838af..18cb809559d 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3 DESCRIPTION="arch testing tool" -HOMEPAGE="https://github.com/kensington/tatt" -EGIT_REPO_URI="https://github.com/kensington/tatt.git" +HOMEPAGE="https://github.com/gentoo/tatt" +EGIT_REPO_URI="https://github.com/gentoo/tatt.git" LICENSE="GPL-2" SLOT="0"