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 A0CF9139083 for ; Sat, 16 Dec 2017 15:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 987ADE0EEC; Sat, 16 Dec 2017 15:33:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 731D5E0EEC for ; Sat, 16 Dec 2017 15:33: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 8D74F33BF3C for ; Sat, 16 Dec 2017 15:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB45DAE98 for ; Sat, 16 Dec 2017 15:33:24 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513438384.d5c946479a25b15c2947ffaa659a5f7556eb74f6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-mad/gst-plugins-mad-1.10.5.ebuild X-VCS-Directories: media-plugins/gst-plugins-mad/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d5c946479a25b15c2947ffaa659a5f7556eb74f6 X-VCS-Branch: master Date: Sat, 16 Dec 2017 15:33:24 +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: 9243d9ae-eac9-49cd-89b4-44aaef73ebd0 X-Archives-Hash: 4e6088353886645c9fcb46ad002b7f31 commit: d5c946479a25b15c2947ffaa659a5f7556eb74f6 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Dec 16 15:25:49 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Dec 16 15:33:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c94647 media-plugins/gst-plugins-mad-1.10.5: hppa stable 1.10.3 was stable on hppa, while 1.10.5 series was skipped and 1.12.3 was the next stable, which doesn't have mad plugin anymore. as there are no code changes in gst-plugins-mad between 1.10.3 and 1.10.5, stabilize blindly as maintainer for hppa to solve deptree ater 1.10.3 set removal without having to still pull in gst-plugins-ugly-1.10.3.tar.xz tarballs somewhere. Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-plugins/gst-plugins-mad/gst-plugins-mad-1.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.10.5.ebuild b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.10.5.ebuild index d88a2f09f33..1bd9bc89041 100644 --- a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.10.5.ebuild +++ b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.10.5.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="MP3 decoder plugin for GStreamer" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libmad-0.15.1b-r8[${MULTILIB_USEDEP}]"