Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/
Date: Fri, 29 Sep 2017 03:16:47
Message-Id: 1506654992.6b79ec6abdbfd5053fabb8f3e6837792640a812a.kensington@gentoo
1 commit: 6b79ec6abdbfd5053fabb8f3e6837792640a812a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 03:07:26 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 03:16:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b79ec6a
7
8 www-client/qupzilla: stabilise 2.1.2 for amd64/x86
9
10 Closes: https://bugs.gentoo.org/632269
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 www-client/qupzilla/qupzilla-2.1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/qupzilla/qupzilla-2.1.2.ebuild b/www-client/qupzilla/qupzilla-2.1.2.ebuild
17 index 7bc3de3e811..c17924c3323 100644
18 --- a/www-client/qupzilla/qupzilla-2.1.2.ebuild
19 +++ b/www-client/qupzilla/qupzilla-2.1.2.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${PV} == *9999 ]]; then
21 else
22 MY_P=QupZilla-${PV}
23 SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
24 - KEYWORDS="~amd64 ~arm ~x86"
25 + KEYWORDS="amd64 ~arm x86"
26 S=${WORKDIR}/${MY_P}
27 fi