sonarqube 7.4 bump

This commit is contained in:
Guido Kroon 2018-11-23 12:32:10 +01:00
parent 4fcfe2fbf9
commit a4ac354df5
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0

View file

@ -1,6 +1,5 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
@ -15,7 +14,7 @@ MY_P="sonarqube-${MY_PV}"
SRC_URI="https://binaries.sonarsource.com/Distribution/sonarqube/${MY_P}.zip"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~x86 ~amd64"
KEYWORDS="~amd64 ~x86"
IUSE="systemd"
S="${WORKDIR}/${MY_P}"