From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-831628-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id C41B11383D3
	for <garchives@archives.gentoo.org>; Tue,  1 Sep 2015 07:58:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4B0C2142D4;
	Tue,  1 Sep 2015 07:58:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D8377142D4
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Sep 2015 07:57:58 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0D344340812
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Sep 2015 07:57:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DB12194
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Sep 2015 07:57:48 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1440950836.3c84b624fcda4b2ac6c5afc9745bfed121e17191.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/
X-VCS-Repository: proj/sci
X-VCS-Files: media-gfx/librecad/librecad-2.0.8.ebuild
X-VCS-Directories: media-gfx/librecad/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 3c84b624fcda4b2ac6c5afc9745bfed121e17191
X-VCS-Branch: master
Date: Tue,  1 Sep 2015 07:57:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5643e00f-93ab-4bbd-8024-8b7c28d709ac
X-Archives-Hash: 665db2b5c461192f3c0d3dce6fd9babc

commit:     3c84b624fcda4b2ac6c5afc9745bfed121e17191
Author:     Lukáš Hrázký <lukkash <AT> email <DOT> cz>
AuthorDate: Sun Aug 30 16:07:16 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 16:07:16 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3c84b624

media-gfx/librecad: add a missing dependency with USE="qt5"

 media-gfx/librecad/librecad-2.0.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/librecad/librecad-2.0.8.ebuild b/media-gfx/librecad/librecad-2.0.8.ebuild
index cd17775..f816820 100644
--- a/media-gfx/librecad/librecad-2.0.8.ebuild
+++ b/media-gfx/librecad/librecad-2.0.8.ebuild
@@ -27,6 +27,7 @@ DEPEND="
 	            dev-qt/qtcore:5
 	            dev-qt/qtgui:5
 	            dev-qt/qthelp:5
+	            dev-qt/qtprintsupport:5
 	            dev-qt/qtsvg:5
 	            dev-qt/qtwidgets:5
 	            dev-qt/qtxml:5