From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D519138334 for ; Fri, 7 Jun 2019 05:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33579E088D; Fri, 7 Jun 2019 05:10:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 197CDE088D for ; Fri, 7 Jun 2019 05:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E50FE3458B4 for ; Fri, 7 Jun 2019 05:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5123155B for ; Fri, 7 Jun 2019 05:10:46 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1559883868.816fa02e6c7ec62f90dd357d4a88e64920592db3.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qbs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/qbs/qbs-1.12.2.ebuild X-VCS-Directories: dev-util/qbs/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 816fa02e6c7ec62f90dd357d4a88e64920592db3 X-VCS-Branch: master Date: Fri, 7 Jun 2019 05:10:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa2a6217-5df2-44c8-8188-2d5d971cc200 X-Archives-Hash: 1baeb0ceb8c625bf20900d30cbd0b46c commit: 816fa02e6c7ec62f90dd357d4a88e64920592db3 Author: Davide Pesavento gentoo org> AuthorDate: Fri Jun 7 05:04:28 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jun 7 05:04:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816fa02e dev-util/qbs: stabilize 1.12.2 on amd64 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Davide Pesavento gentoo.org> dev-util/qbs/qbs-1.12.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/qbs/qbs-1.12.2.ebuild b/dev-util/qbs/qbs-1.12.2.ebuild index 73267519de4..03606d77523 100644 --- a/dev-util/qbs/qbs-1.12.2.ebuild +++ b/dev-util/qbs/qbs-1.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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