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 9A67B1396D9 for ; Sun, 5 Nov 2017 01:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A1EE0D20; Sun, 5 Nov 2017 01:19:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9FF4FE0D20 for ; Sun, 5 Nov 2017 01:19:50 +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 071A2341716 for ; Sun, 5 Nov 2017 01:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDD48953D for ; Sun, 5 Nov 2017 01:19:47 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1509830920.d6cb35fba76130a2f247b8978c64f3735f362672.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-qtplugin/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d6cb35fba76130a2f247b8978c64f3735f362672 X-VCS-Branch: master Date: Sun, 5 Nov 2017 01:19:47 +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: c5027644-c327-4fae-9c07-a4c82e88d93c X-Archives-Hash: 1f32982aee3feb51a9a177b91cd62203 commit: d6cb35fba76130a2f247b8978c64f3735f362672 Author: Jimi Huotari gentoo org> AuthorDate: Sat Nov 4 21:28:40 2017 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Nov 4 21:28:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d6cb35fb lxqt-base/lxqt-qtplugin: add a built-time dependency The 'x11-libs/libfm-qt' package needs to be installed before building 'lxqt-qtplugin'. Package-Manager: Portage-2.3.13, Repoman-2.3.4 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild index 1e6048bf..180c38bf 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild @@ -30,6 +30,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-qt/linguist-tools:5 >=dev-util/lxqt-build-tools-0.3.1 + >=x11-libs/libfm-qt-${PV} " src_configure() {