diff options
author | Davide Pesavento <pesa@gentoo.org> | 2018-01-23 22:27:37 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2018-01-24 00:06:23 +0100 |
commit | d09e129e0b178f011616383826f530f7a93321c1 (patch) | |
tree | 27ae78e597e821bb60389c8ba382888cc2e4cfe0 /dev-util/qbs | |
parent | sys-block/blktrace: version bump to 1.2.0 (diff) | |
download | gentoo-d09e129e0b178f011616383826f530f7a93321c1.tar.gz gentoo-d09e129e0b178f011616383826f530f7a93321c1.tar.bz2 gentoo-d09e129e0b178f011616383826f530f7a93321c1.zip |
dev-util/qbs: stabilize 1.9.1 on amd64
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-util/qbs')
-rw-r--r-- | dev-util/qbs/qbs-1.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/qbs/qbs-1.9.1.ebuild b/dev-util/qbs/qbs-1.9.1.ebuild index 881b9a2b5bd7..cba25cda6a75 100644 --- a/dev-util/qbs/qbs-1.9.1.ebuild +++ b/dev-util/qbs/qbs-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="doc examples test" # see bug 581874 for the qttest dep in RDEPEND |