From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D77931383E0 for ; Thu, 1 Oct 2015 14:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F8EE08A5; Thu, 1 Oct 2015 14:28: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 6BFE8E08A2 for ; Thu, 1 Oct 2015 14:28:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FF743408A2 for ; Thu, 1 Oct 2015 14:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBB738A for ; Thu, 1 Oct 2015 14:27:58 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1443709665.76d2487286683bafd23f19a897f1ec361f0dc957.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: proj/qt X-VCS-Files: media-gfx/lximage-qt/lximage-qt-9999.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 76d2487286683bafd23f19a897f1ec361f0dc957 X-VCS-Branch: master Date: Thu, 1 Oct 2015 14:27:58 +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: 0f9e2aad-654f-4cc0-a93d-c98e6c204c58 X-Archives-Hash: 4ba596485fa29c35030972eaa9b00579 commit: 76d2487286683bafd23f19a897f1ec361f0dc957 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 14:23:13 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 1 14:27:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=76d24872 media-gfx/lximage-qt: dev-qt/linguist-tools is a build-time dependency Package-Manager: portage-2.2.20.1 media-gfx/lximage-qt/lximage-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index 8e2f68b..fadc436 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild @@ -21,7 +21,6 @@ SLOT="0" RDEPEND=" dev-libs/glib:2 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -37,4 +36,5 @@ RDEPEND=" x11-libs/libXfixes x11-misc/pcmanfm-qt" DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 virtual/pkgconfig"