summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2017-01-04 16:27:55 +0100
committerAgostino Sarubbo <ago@gentoo.org>2017-01-04 16:29:48 +0100
commit00bd37c890d92509df2c6de250e34dfe339df3da (patch)
tree4223636e93a2edcdce5449b0b76ce5e66c6769b8
parentdev-python/socketio-client: x86 stable wrt bug #575396 (diff)
downloadgentoo-00bd37c890d92509df2c6de250e34dfe339df3da.tar.gz
gentoo-00bd37c890d92509df2c6de250e34dfe339df3da.tar.bz2
gentoo-00bd37c890d92509df2c6de250e34dfe339df3da.zip
media-sound/qmmp: x86 stable wrt bug #582064
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--media-sound/qmmp/qmmp-0.10.5.ebuild6
-rw-r--r--media-sound/qmmp/qmmp-1.0.10-r1.ebuild6
2 files changed, 6 insertions, 6 deletions
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"