Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/
Date: Thu, 31 Aug 2017 15:47:53
Message-Id: 1504194465.84a9dfddc89f4bc0463c2a6d59eaca1be316072d.chithanh@gentoo
1 commit: 84a9dfddc89f4bc0463c2a6d59eaca1be316072d
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 15:47:22 2017 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 15:47:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a9dfdd
7
8 www-client/qupzilla: keyword ~arm
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 www-client/qupzilla/qupzilla-2.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/qupzilla/qupzilla-2.1.2.ebuild b/www-client/qupzilla/qupzilla-2.1.2.ebuild
16 index 3aa6951284d..7bc3de3e811 100644
17 --- a/www-client/qupzilla/qupzilla-2.1.2.ebuild
18 +++ b/www-client/qupzilla/qupzilla-2.1.2.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 ~x86"
24 + KEYWORDS="~amd64 ~arm ~x86"
25 S=${WORKDIR}/${MY_P}
26 fi