Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/
Date: Wed, 04 Jan 2017 15:30:22
Message-Id: 1483543788.00bd37c890d92509df2c6de250e34dfe339df3da.ago@gentoo
1 commit: 00bd37c890d92509df2c6de250e34dfe339df3da
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 15:27:55 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 15:29:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bd37c8
7
8 media-sound/qmmp: x86 stable wrt bug #582064
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-sound/qmmp/qmmp-0.10.5.ebuild | 6 +++---
15 media-sound/qmmp/qmmp-1.0.10-r1.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/media-sound/qmmp/qmmp-0.10.5.ebuild b/media-sound/qmmp/qmmp-0.10.5.ebuild
19 index 725bebd..be70f3e 100644
20 --- a/media-sound/qmmp/qmmp-0.10.5.ebuild
21 +++ b/media-sound/qmmp/qmmp-0.10.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -11,11 +11,11 @@ DESCRIPTION="Qt4-based audio player with winamp/xmms skins support"
29 HOMEPAGE="http://qmmp.ylsoftware.com"
30 if [ "$PV" != "9999" ]; then
31 SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2"
32 - KEYWORDS="amd64 ~ppc ~x86"
33 + KEYWORDS="amd64 ~ppc x86"
34 else
35 SRC_URI=""
36 ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/"
37 - KEYWORDS="amd64"
38 + KEYWORDS="amd64 x86"
39 fi
40
41 LICENSE="GPL-2"
42
43 diff --git a/media-sound/qmmp/qmmp-1.0.10-r1.ebuild b/media-sound/qmmp/qmmp-1.0.10-r1.ebuild
44 index 605e968..4adcf9e 100644
45 --- a/media-sound/qmmp/qmmp-1.0.10-r1.ebuild
46 +++ b/media-sound/qmmp/qmmp-1.0.10-r1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Id$
52
53 @@ -11,12 +11,12 @@ DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
54 HOMEPAGE="http://qmmp.ylsoftware.com"
55 if [ "$PV" != "9999" ]; then
56 SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2"
57 - KEYWORDS="amd64 ~x86"
58 + KEYWORDS="amd64 x86"
59 else
60 QMMP_DEV_BRANCH="1.1"
61 SRC_URI=""
62 ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}"
63 - KEYWORDS="amd64"
64 + KEYWORDS="amd64 x86"
65 fi
66
67 LICENSE="GPL-2"