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 C2553138334 for ; Sun, 25 Nov 2018 23:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE8AE0963; Sun, 25 Nov 2018 23:09:12 +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 4FDDFE0963 for ; Sun, 25 Nov 2018 23:09:12 +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 79340335D85 for ; Sun, 25 Nov 2018 23:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74FCC4B6 for ; Sun, 25 Nov 2018 23:09:08 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1543187345.8fa43fd36b2e6ecc8fee88fe4c6aeae1e3ba4a53.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-99999999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8fa43fd36b2e6ecc8fee88fe4c6aeae1e3ba4a53 X-VCS-Branch: master Date: Sun, 25 Nov 2018 23:09:08 +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: 439cc58d-c4fd-4f65-aa95-69f49ca05eb4 X-Archives-Hash: 8e25251ce33d0feeadb107201b8ba547 commit: 8fa43fd36b2e6ecc8fee88fe4c6aeae1e3ba4a53 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Nov 25 23:08:49 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Nov 25 23:09:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa43fd3 net-misc/youtube-dl: Update live ebuild Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/youtube-dl/youtube-dl-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index 4de5d95c46f..4713e21251b 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -7,7 +7,7 @@ inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" HOMEPAGE="https://rg3.github.com/youtube-dl/" -EGIT_REPO_URI="https://github.com/rg3/youtube-dl.git" +EGIT_REPO_URI="https://github.com/rg3/youtube-dl" LICENSE="public-domain" SLOT="0"