Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/
Date: Sat, 24 Mar 2018 15:53:44
Message-Id: 1521906793.dd01e3171eb0d15ad5376c614ae337d54549113e.zlogene@gentoo
1 commit: dd01e3171eb0d15ad5376c614ae337d54549113e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 15:49:49 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 15:53:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd01e317
7
8 www-client/qupzilla: amd64 stable wrt bug #638996
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-client/qupzilla/qupzilla-2.2.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/qupzilla/qupzilla-2.2.5.ebuild b/www-client/qupzilla/qupzilla-2.2.5.ebuild
16 index acb97d50c17..6ba44dd86d4 100644
17 --- a/www-client/qupzilla/qupzilla-2.2.5.ebuild
18 +++ b/www-client/qupzilla/qupzilla-2.2.5.ebuild
19 @@ -20,7 +20,7 @@ if [[ ${PV} == *9999 ]]; then
20 else
21 MY_P=QupZilla-${PV}
22 SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm ~x86"
24 + KEYWORDS="amd64 ~arm ~x86"
25 S=${WORKDIR}/${MY_P}
26 fi