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: Sat, 08 Oct 2016 16:37:40
Message-Id: 1475944647.1e6fcfa51e8ef49ffa2133409c61780b8907b95b.kensington@gentoo
1 commit: 1e6fcfa51e8ef49ffa2133409c61780b8907b95b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 16:37:19 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 16:37:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6fcfa5
7
8 www-client/qupzilla: amd64/x86 stable
9
10 Package-Manager: portage-2.3.1
11
12 www-client/qupzilla/qupzilla-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/qupzilla/qupzilla-2.0.1.ebuild b/www-client/qupzilla/qupzilla-2.0.1.ebuild
16 index cacbc21..239b4d0 100644
17 --- a/www-client/qupzilla/qupzilla-2.0.1.ebuild
18 +++ b/www-client/qupzilla/qupzilla-2.0.1.ebuild
19 @@ -15,7 +15,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 ~x86"
24 + KEYWORDS="amd64 x86"
25 S=${WORKDIR}/${MY_P}
26 fi