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 6F546138334 for ; Sat, 2 Mar 2019 23:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D49EDE08ED; Sat, 2 Mar 2019 23:29:03 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9396E08EB for ; Sat, 2 Mar 2019 23:29:01 +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 46786335D0D for ; Sat, 2 Mar 2019 23:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0B76557 for ; Sat, 2 Mar 2019 23:28:58 +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: <1551569284.aef0e2270d54cf44921631877f62fda42c8416e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libpng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-libpng/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aef0e2270d54cf44921631877f62fda42c8416e6 X-VCS-Branch: master Date: Sat, 2 Mar 2019 23:28:58 +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: a355c6de-28bc-4b76-a5d0-d70af679f5a9 X-Archives-Hash: 40376b776188b8a12d874834524363ed commit: aef0e2270d54cf44921631877f62fda42c8416e6 Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 2 16:49:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 2 23:28:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef0e227 media-plugins/gst-plugins-libpng: added ~arm64 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Roy Bamford gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild index e49a3e11e84..b8f73aab951 100644 --- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild +++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="PNG image encoder/decoder plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ppc ppc64 ~sparc x86" IUSE="" RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"