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 19F921396D9 for ; Mon, 30 Oct 2017 23:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209582BC153; Mon, 30 Oct 2017 23:33:30 +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 004DF2BC153 for ; Mon, 30 Oct 2017 23:33:29 +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 1ABCD3416E2 for ; Mon, 30 Oct 2017 23:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C896983F for ; Mon, 30 Oct 2017 23:33:25 +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: <1509406296.fbc128062bcc2f81cbea110ae6811f50c4c90dbc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/smplayer/smplayer-16.1.0.ebuild X-VCS-Directories: media-video/smplayer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fbc128062bcc2f81cbea110ae6811f50c4c90dbc X-VCS-Branch: master Date: Mon, 30 Oct 2017 23:33: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-Archives-Salt: 714f6dda-4cc0-4dfa-ba4c-cdf93d81f3ae X-Archives-Hash: 15ddeead26259f2b4e01657bf3029b00 commit: fbc128062bcc2f81cbea110ae6811f50c4c90dbc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 29 21:43:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 30 23:31:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc12806 media-video/smplayer: De-stabilise hppa Stabilisation timeout. Closes: https://bugs.gentoo.org/621426 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-video/smplayer/smplayer-16.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/smplayer/smplayer-16.1.0.ebuild b/media-video/smplayer/smplayer-16.1.0.ebuild index 274d93b7747..5e649234e94 100644 --- a/media-video/smplayer/smplayer-16.1.0.ebuild +++ b/media-video/smplayer/smplayer-16.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2+ BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux" IUSE="autoshutdown bidi debug mpris +qt4 qt5 streaming" REQUIRED_USE="^^ ( qt4 qt5 )"