summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-29 13:07:26 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-29 13:16:32 +1000
commit6b79ec6abdbfd5053fabb8f3e6837792640a812a (patch)
tree7ad25d62879a6956fc220d06d4edf8314d294969
parentapp-emulation/wine-any: Change git:// to https:// (diff)
downloadgentoo-6b79ec6abdbfd5053fabb8f3e6837792640a812a.tar.gz
gentoo-6b79ec6abdbfd5053fabb8f3e6837792640a812a.tar.bz2
gentoo-6b79ec6abdbfd5053fabb8f3e6837792640a812a.zip
www-client/qupzilla: stabilise 2.1.2 for amd64/x86
Closes: https://bugs.gentoo.org/632269 Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--www-client/qupzilla/qupzilla-2.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/qupzilla/qupzilla-2.1.2.ebuild b/www-client/qupzilla/qupzilla-2.1.2.ebuild
index 7bc3de3e8111..c17924c3323c 100644
--- a/www-client/qupzilla/qupzilla-2.1.2.ebuild
+++ b/www-client/qupzilla/qupzilla-2.1.2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999 ]]; then
else
MY_P=QupZilla-${PV}
SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
S=${WORKDIR}/${MY_P}
fi