From: Agostino Sarubbo Date: Wed, 4 Jan 2017 15:27:55 +0000 (+0100) Subject: media-sound/qmmp: x86 stable wrt bug #582064 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=00bd37c890d92509df2c6de250e34dfe339df3da;p=gentoo.git media-sound/qmmp: x86 stable wrt bug #582064 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo --- diff --git a/media-sound/qmmp/qmmp-0.10.5.ebuild b/media-sound/qmmp/qmmp-0.10.5.ebuild index 725bebd11a54..be70f3e02387 100644 --- a/media-sound/qmmp/qmmp-0.10.5.ebuild +++ b/media-sound/qmmp/qmmp-0.10.5.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 # $Id$ @@ -11,11 +11,11 @@ DESCRIPTION="Qt4-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com" if [ "$PV" != "9999" ]; then SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" else SRC_URI="" ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" diff --git a/media-sound/qmmp/qmmp-1.0.10-r1.ebuild b/media-sound/qmmp/qmmp-1.0.10-r1.ebuild index 605e9680a487..4adcf9e9dc12 100644 --- a/media-sound/qmmp/qmmp-1.0.10-r1.ebuild +++ b/media-sound/qmmp/qmmp-1.0.10-r1.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 # $Id$ @@ -11,12 +11,12 @@ DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com" if [ "$PV" != "9999" ]; then SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" else QMMP_DEV_BRANCH="1.1" SRC_URI="" ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2"