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 72DAC1383E0 for ; Thu, 1 Oct 2015 14:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C64221C091; Thu, 1 Oct 2015 14:21:14 +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 E604021C091 for ; Thu, 1 Oct 2015 14:21:08 +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 EA22A3406C7 for ; Thu, 1 Oct 2015 14:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F5F389 for ; Thu, 1 Oct 2015 14:21:04 +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: <1443709240.54c9d17e0ac46d40c10ad5be7c12b01b08a50dc0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/lximage-qt/lximage-qt-0.3.0.ebuild media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 54c9d17e0ac46d40c10ad5be7c12b01b08a50dc0 X-VCS-Branch: master Date: Thu, 1 Oct 2015 14:21:04 +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: c5b2afa5-0097-4a78-ba90-78f4174365ce X-Archives-Hash: 9a3b04195ae80379e2b6dedc9b649a13 commit: 54c9d17e0ac46d40c10ad5be7c12b01b08a50dc0 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 13:48:37 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 1 14:20:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c9d17e 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-0.3.0.ebuild | 2 +- media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/lximage-qt/lximage-qt-0.3.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.3.0.ebuild index da8dfca..909d929 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.3.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.3.0.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,6 +36,7 @@ RDEPEND=" x11-libs/libXfixes x11-misc/pcmanfm-qt" DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 virtual/pkgconfig" src_configure() { diff --git a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild index 63cab0c..92fbf5a 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.4.0.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,6 +36,7 @@ RDEPEND=" x11-libs/libXfixes x11-misc/pcmanfm-qt" DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 virtual/pkgconfig" src_configure() {