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 CD5AE138335 for ; Mon, 18 Jun 2018 19:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A98AE0937; Mon, 18 Jun 2018 19:06:41 +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 1F218E0937 for ; Mon, 18 Jun 2018 19:06:41 +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 3E23D335C9F for ; Mon, 18 Jun 2018 19:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 972962E0 for ; Mon, 18 Jun 2018 19:06:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529348727.720d3fe1e20ea26136d5329678fb1423f35c65c3.asturm@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.10.28.ebuild X-VCS-Directories: media-plugins/live/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 720d3fe1e20ea26136d5329678fb1423f35c65c3 X-VCS-Branch: master Date: Mon, 18 Jun 2018 19:06:37 +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: 56143807-71dc-4496-954c-287d9c8fe2fa X-Archives-Hash: 0bc6982c65ddff060b799aa5b9dbc668 commit: 720d3fe1e20ea26136d5329678fb1423f35c65c3 Author: ernsteiswuerfel mailbox org> AuthorDate: Sun Jun 17 23:32:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 18 19:05:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720d3fe1 media-plugins/live: stable 2017.10.28 for ppc, bug #648068 Bug: https://bugs.gentoo.org/648068 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8883 media-plugins/live/live-2017.10.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/live/live-2017.10.28.ebuild b/media-plugins/live/live-2017.10.28.ebuild index 7216e69c3e1..982da4ec241 100644 --- a/media-plugins/live/live-2017.10.28.ebuild +++ b/media-plugins/live/live-2017.10.28.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 ~arm64 ~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 ~arm64 ~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" )