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 4E2941386F3 for ; Fri, 14 Aug 2015 13:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CB01419B; Fri, 14 Aug 2015 13:27:38 +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 7DD6C1419B for ; Fri, 14 Aug 2015 13:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CF1C340A3E for ; Fri, 14 Aug 2015 13:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA43914A for ; Fri, 14 Aug 2015 13:27:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1439558844.41bef33b4756b6472fbc961f58b57e1273bfe7f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/emotion_generic_players/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/emotion_generic_players/emotion_generic_players-1.15.0.ebuild X-VCS-Directories: media-plugins/emotion_generic_players/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41bef33b4756b6472fbc961f58b57e1273bfe7f4 X-VCS-Branch: master Date: Fri, 14 Aug 2015 13:27:34 +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: d2ebf0cb-42e0-4aca-9e9e-ec534cde1a0f X-Archives-Hash: 0786518e991b52fff2f77821d533f10c commit: 41bef33b4756b6472fbc961f58b57e1273bfe7f4 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 14 13:27:24 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 14 13:27:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bef33b media-plugins/emotion_generic_players: Drop ~alpha since alpha team dropped support for vlc Quoting old ChangeLog for media-video/vlc: > 08 May 2015; Agostino Sarubbo gentoo.org> -vlc-2.1.2.ebuild: > Drop 2.1.2 and on behalf of the alpha team, we are dropping the support on vlc > for alpha Package-Manager: portage-2.2.20 .../emotion_generic_players/emotion_generic_players-1.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/emotion_generic_players/emotion_generic_players-1.15.0.ebuild b/media-plugins/emotion_generic_players/emotion_generic_players-1.15.0.ebuild index 95a7664..cc6cc23 100644 --- a/media-plugins/emotion_generic_players/emotion_generic_players-1.15.0.ebuild +++ b/media-plugins/emotion_generic_players/emotion_generic_players-1.15.0.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://www.enlightenment.org/" LICENSE="GPL-2" # The -arch need to keyword vlc first. -KEYWORDS="~alpha ~amd64 ~arm -hppa -ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris" +KEYWORDS="-alpha ~amd64 ~arm -hppa -ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris" RDEPEND=">=dev-libs/efl-${PV} media-video/vlc"