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 08502139694 for ; Wed, 1 Mar 2017 13:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F7FDE0C47; Wed, 1 Mar 2017 13:43:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F8FCE0C47 for ; Wed, 1 Mar 2017 13:43:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66BEC3416D3 for ; Wed, 1 Mar 2017 13:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BD9658B5 for ; Wed, 1 Mar 2017 13:43:04 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1488375771.4bced863bb57a73b5f0875a9c4a572ce154c8390.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/live/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/live/live-2017.01.26.ebuild X-VCS-Directories: media-plugins/live/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 4bced863bb57a73b5f0875a9c4a572ce154c8390 X-VCS-Branch: master Date: Wed, 1 Mar 2017 13:43:04 +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: 871482f3-4c68-431d-9115-ab303f56de90 X-Archives-Hash: 8a970f7875e22ec1ec6e07eeb412e50d commit: 4bced863bb57a73b5f0875a9c4a572ce154c8390 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Mar 1 13:20:58 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Mar 1 13:42:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bced863 media-plugins/live-2017.01.26-r0: add alpha keyword Gentoo-Bug: 611206 media-plugins/live/live-2017.01.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/live/live-2017.01.26.ebuild b/media-plugins/live/live-2017.01.26.ebuild index 22ccb8b6eb6..41ccbefff67 100644 --- a/media-plugins/live/live-2017.01.26.ebuild +++ b/media-plugins/live/live-2017.01.26.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz mirror://gentoo/${P/-/.}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="examples static-libs" DOCS=( "live-shared/README" )