From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED6861384B4 for ; Thu, 24 Dec 2015 20:18:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B90021C08B; Thu, 24 Dec 2015 20:18:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B4CC21C045 for ; Thu, 24 Dec 2015 20:18:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21A86340901 for ; Thu, 24 Dec 2015 20:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8C3CF5 for ; Thu, 24 Dec 2015 20:18:22 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1450988200.c8dd83aeec8ac2fc1e921493ecb7b647820c17bd.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-2.1.5-r1.ebuild media-video/vlc/vlc-2.1.9999.ebuild media-video/vlc/vlc-2.2.1-r1.ebuild media-video/vlc/vlc-2.2.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c8dd83aeec8ac2fc1e921493ecb7b647820c17bd X-VCS-Branch: master Date: Thu, 24 Dec 2015 20:18:22 +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: 18de7210-4d86-4231-b64d-db0a81a374f3 X-Archives-Hash: 7a2cd23deccdaf65f0f8d6b7484c0a5f commit: c8dd83aeec8ac2fc1e921493ecb7b647820c17bd Author: Mike Frysinger gentoo org> AuthorDate: Thu Dec 24 19:53:26 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Dec 24 20:16:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dd83ae media-video/vlc: clean up keywords across versions media-video/vlc/vlc-2.1.5-r1.ebuild | 4 +--- media-video/vlc/vlc-2.1.9999.ebuild | 6 ++---- media-video/vlc/vlc-2.2.1-r1.ebuild | 4 +--- media-video/vlc/vlc-2.2.9999.ebuild | 6 ++---- media-video/vlc/vlc-9999.ebuild | 6 ++---- 5 files changed, 8 insertions(+), 18 deletions(-) diff --git a/media-video/vlc/vlc-2.1.5-r1.ebuild b/media-video/vlc/vlc-2.1.5-r1.ebuild index 84af4df..924d5a9 100644 --- a/media-video/vlc/vlc-2.1.5-r1.ebuild +++ b/media-video/vlc/vlc-2.1.5-r1.ebuild @@ -34,10 +34,8 @@ fi LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-7" # vlc - vlccore -if [ "${PV%9999}" = "${PV}" ] ; then +if [[ ${PV} != *9999 ]] ; then KEYWORDS="amd64 ~arm ppc ppc64 -sparc x86 ~x86-fbsd" -else - KEYWORDS="" fi IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec diff --git a/media-video/vlc/vlc-2.1.9999.ebuild b/media-video/vlc/vlc-2.1.9999.ebuild index e003fc0..a6c7b2e 100644 --- a/media-video/vlc/vlc-2.1.9999.ebuild +++ b/media-video/vlc/vlc-2.1.9999.ebuild @@ -34,10 +34,8 @@ fi LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-7" # vlc - vlccore -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~ppc -sparc ~x86 ~x86-fbsd" -else - KEYWORDS="" +if [[ ${PV} != *9999 ]] ; then + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" fi IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec diff --git a/media-video/vlc/vlc-2.2.1-r1.ebuild b/media-video/vlc/vlc-2.2.1-r1.ebuild index 13087bf..1a8b9d3 100644 --- a/media-video/vlc/vlc-2.2.1-r1.ebuild +++ b/media-video/vlc/vlc-2.2.1-r1.ebuild @@ -34,10 +34,8 @@ fi LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore -if [ "${PV%9999}" = "${PV}" ] ; then +if [[ ${PV} != *9999 ]] ; then KEYWORDS="amd64 ~arm ppc ppc64 -sparc x86 ~x86-fbsd" -else - KEYWORDS="amd64 ppc ppc64 x86" fi IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index f264f1c..bf7818a 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -34,10 +34,8 @@ fi LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~ppc -sparc ~x86 ~x86-fbsd" -else - KEYWORDS="" +if [[ ${PV} != *9999 ]] ; then + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" fi IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 62de861..e4d7563 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -34,10 +34,8 @@ fi LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~ppc -sparc ~x86 ~x86-fbsd" -else - KEYWORDS="" +if [[ ${PV} != *9999 ]] ; then + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" fi IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec