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 CC903139694 for ; Sun, 19 Feb 2017 12:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B05E0D12; Sun, 19 Feb 2017 12:00:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6BE8BE0D12 for ; Sun, 19 Feb 2017 12:00:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B3837341586 for ; Sun, 19 Feb 2017 12:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B05A54D41 for ; Sun, 19 Feb 2017 12:00:51 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1487505249.0c296fc31fc2427017dfcd759ea6fc3f821e1b41.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-jpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.10.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-jpeg/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0c296fc31fc2427017dfcd759ea6fc3f821e1b41 X-VCS-Branch: master Date: Sun, 19 Feb 2017 12:00:51 +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: 7c7b5170-3623-4709-acc2-0e8ec96619a2 X-Archives-Hash: 17eda52b3d600a8aa7537f4738549193 commit: 0c296fc31fc2427017dfcd759ea6fc3f821e1b41 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 19 11:54:09 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 19 11:54:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c296fc3 media-plugins/gst-plugins-jpeg: Stable for HPPA (bug #601354). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.10.3.ebuild b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.10.3.ebuild index 67398aff5f..5b01ffba32 100644 --- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.10.3.ebuild +++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.10.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]"