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 E711F138334 for ; Wed, 9 Jan 2019 06:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11EF3E0BEB; Wed, 9 Jan 2019 06:40:30 +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 DF124E0BE5 for ; Wed, 9 Jan 2019 06:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 01900335CA6 for ; Wed, 9 Jan 2019 06:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC932513 for ; Wed, 9 Jan 2019 06:40:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1547016007.0a823c1da1bab0e794660598ccd0d501bc66ea2c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-neon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-neon/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0a823c1da1bab0e794660598ccd0d501bc66ea2c X-VCS-Branch: master Date: Wed, 9 Jan 2019 06:40:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96bf52ca-03f9-473e-9c02-8b3335b466c4 X-Archives-Hash: e1b1f5f260023b626dd7b7508c87be6a commit: 0a823c1da1bab0e794660598ccd0d501bc66ea2c Author: Matt Turner gentoo org> AuthorDate: Wed Jan 9 06:38:42 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 9 06:40:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a823c1d media-plugins/gst-plugins-neon-1.14.3: ppc64 stable, bug 674854 Signed-off-by: Matt Turner gentoo.org> media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild index 8ce73d827b7..c6c6e6166eb 100644 --- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild +++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.14.3.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="HTTP client source plugin for GStreamer" -KEYWORDS="~alpha amd64 ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"