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 CA17B138332 for ; Sun, 18 Mar 2018 19:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEF54E07FE; Sun, 18 Mar 2018 19:36:03 +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 87EFEE07FE for ; Sun, 18 Mar 2018 19:36:03 +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 1F580335C73 for ; Sun, 18 Mar 2018 19:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB6F725F for ; Sun, 18 Mar 2018 19:35:59 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521401749.195126113c4663efae2fc02bc8df2ddd24c9b511.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-faad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-faad/gst-plugins-faad-1.12.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-faad/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 195126113c4663efae2fc02bc8df2ddd24c9b511 X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:35:59 +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: 983d2eba-fa60-4346-a498-3ee1265ca115 X-Archives-Hash: 9790fc9a54fa2dc52e0a171d6813cee2 commit: 195126113c4663efae2fc02bc8df2ddd24c9b511 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 19:29:34 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 19:35:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19512611 media-plugins/gst-plugins-faad: stable 1.12.4 for ia64, bug #650540 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" media-plugins/gst-plugins-faad/gst-plugins-faad-1.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.12.4.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.12.4.ebuild index cca653bf33b..33019fff1f6 100644 --- a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.12.4.ebuild +++ b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.12.4.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="AAC audio decoder plugin." -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"