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 94FFA138350 for ; Thu, 12 Mar 2020 07:41:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0494E08FB; Thu, 12 Mar 2020 07:41:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A6654E08FB for ; Thu, 12 Mar 2020 07:41:04 +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 6A70634EFF9 for ; Thu, 12 Mar 2020 07:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 643C12B for ; Thu, 12 Mar 2020 07:41:01 +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: <1583998859.afe63f2d9937936078b0ae2d4a6eb4eeaa22b18f.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.03.08.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: afe63f2d9937936078b0ae2d4a6eb4eeaa22b18f X-VCS-Branch: master Date: Thu, 12 Mar 2020 07:41:01 +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: 8c05089a-f7a7-4bdb-95ab-11e48662098f X-Archives-Hash: d87d87e98f9b78a6f4d2f9a29845ff0c commit: afe63f2d9937936078b0ae2d4a6eb4eeaa22b18f Author: Jeroen Roovers gentoo org> AuthorDate: Thu Mar 12 07:38:58 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Mar 12 07:40:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe63f2d net-misc/youtube-dl: Stable Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/youtube-dl/youtube-dl-2020.03.08.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2020.03.08.ebuild b/net-misc/youtube-dl/youtube-dl-2020.03.08.ebuild index cc4f38a726e..b90fc3a70b1 100644 --- a/net-misc/youtube-dl/youtube-dl-2020.03.08.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2020.03.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 )"