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 09826139694 for ; Mon, 24 Apr 2017 19:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22952E0D1C; Mon, 24 Apr 2017 19:27:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDC64E0D1C for ; Mon, 24 Apr 2017 19:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B7D2E340BEA for ; Mon, 24 Apr 2017 19:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAD4743B for ; Mon, 24 Apr 2017 19:27:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1493062041.ea92d3a6c979b64422894c64cd57b74d7bb719a1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-2.18.7.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ea92d3a6c979b64422894c64cd57b74d7bb719a1 X-VCS-Branch: master Date: Mon, 24 Apr 2017 19:27:33 +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-Archives-Salt: 2c3cac55-abb2-4565-840b-f0852a603a4b X-Archives-Hash: 046cc767cb26cfcd9732bc0d89662c24 commit: ea92d3a6c979b64422894c64cd57b74d7bb719a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 24 19:07:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 24 19:27:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea92d3a6 sci-geosciences/qgis: Add missing dependency Reported-by: Luis Ressel aixah.de> Gentoo-bug: 616444 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/qgis/qgis-2.18.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/qgis/qgis-2.18.7.ebuild b/sci-geosciences/qgis/qgis-2.18.7.ebuild index c49a2eb3b07..5db53eae7f3 100644 --- a/sci-geosciences/qgis/qgis-2.18.7.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.7.ebuild @@ -80,6 +80,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-qt/qttest:5 + dev-qt/qtxmlpatterns:5 sys-devel/bison sys-devel/flex "