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 86108138334 for ; Mon, 8 Oct 2018 10:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA84E053C; Mon, 8 Oct 2018 10:17:42 +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 398B9E053C for ; Mon, 8 Oct 2018 10:17:42 +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 131D5335C36 for ; Mon, 8 Oct 2018 10:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26071436 for ; Mon, 8 Oct 2018 10:17:39 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1538993848.fda20d445d6c1918cb2568b67b29b9a8beb1affa.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.4.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fda20d445d6c1918cb2568b67b29b9a8beb1affa X-VCS-Branch: master Date: Mon, 8 Oct 2018 10:17:39 +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: cf9d5021-712d-4f05-8e80-19e538fa4cde X-Archives-Hash: 91276fe2fa0df3698f33f1b2a3532a70 commit: fda20d445d6c1918cb2568b67b29b9a8beb1affa Author: Mikle Kolyada gentoo org> AuthorDate: Mon Oct 8 10:17:28 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Oct 8 10:17:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda20d44 media-video/vlc: amd64 stable wrt bug #668004 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-video/vlc/vlc-3.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/vlc/vlc-3.0.4.ebuild b/media-video/vlc/vlc-3.0.4.ebuild index b2e1f771823..fd59a2039f5 100644 --- a/media-video/vlc/vlc-3.0.4.ebuild +++ b/media-video/vlc/vlc-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ else else SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz" fi - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" fi inherit autotools flag-o-matic gnome2-utils toolchain-funcs virtualx xdg-utils ${SCM}