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 1E6EA1382C5 for ; Tue, 12 May 2020 06:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA25E0798; Tue, 12 May 2020 06:51:59 +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 186A7E0798 for ; Tue, 12 May 2020 06:51:59 +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 B321A34FF2A for ; Tue, 12 May 2020 06:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C041F6 for ; Tue, 12 May 2020 06:51:55 +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: <1589266313.d379474569eb4a5f0805e1dabebdddeea2ba98fe.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-2020.05.08.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d379474569eb4a5f0805e1dabebdddeea2ba98fe X-VCS-Branch: master Date: Tue, 12 May 2020 06:51:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 167d8f21-334a-4a73-b68d-4dbf2ec69000 X-Archives-Hash: caa2147e18ec9892122c452bc9c2ddd0 commit: d379474569eb4a5f0805e1dabebdddeea2ba98fe Author: Jeroen Roovers gentoo org> AuthorDate: Tue May 12 06:50:01 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue May 12 06:51:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3794745 net-misc/youtube-dl: Stable Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/youtube-dl/youtube-dl-2020.05.08.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2020.05.08.ebuild b/net-misc/youtube-dl/youtube-dl-2020.05.08.ebuild index 27edc068096..9dc88dfb159 100644 --- a/net-misc/youtube-dl/youtube-dl-2020.05.08.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2020.05.08.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/ytdl-org/youtube-dl/" SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"