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 722DA1384B4 for ; Tue, 1 Dec 2015 20:18:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8168A21C024; Tue, 1 Dec 2015 20:18:47 +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 2A5AD21C024 for ; Tue, 1 Dec 2015 20:18:47 +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 99480340896 for ; Tue, 1 Dec 2015 20:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93008A50 for ; Tue, 1 Dec 2015 20:18:43 +0000 (UTC) From: "Maxim Koltsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maxim Koltsov" Message-ID: <1449001111.ce4c604ad333b72b7b2107ddaeb3df5ef32a43f0.maksbotan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/liblxqt/liblxqt-0.10.0.ebuild X-VCS-Directories: lxqt-base/liblxqt/ X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov X-VCS-Revision: ce4c604ad333b72b7b2107ddaeb3df5ef32a43f0 X-VCS-Branch: master Date: Tue, 1 Dec 2015 20:18:43 +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: 9e656d2f-ce88-4688-be15-e3685a93ddf6 X-Archives-Hash: 1d9e1bd46c6287c5cd13c2b31338a134 commit: ce4c604ad333b72b7b2107ddaeb3df5ef32a43f0 Author: Maxim Koltsov gentoo org> AuthorDate: Tue Dec 1 20:17:51 2015 +0000 Commit: Maxim Koltsov gentoo org> CommitDate: Tue Dec 1 20:18:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4c604a lxqt-base/liblxqt: raise version in libqtxdg dependency liblxqt does not compile with older libqtxdg versions. Gentoo-Bug: 567136 Package-Manager: portage-2.2.23 lxqt-base/liblxqt/liblxqt-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild index 5c17072..08001a0 100644 --- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -RDEPEND=">=dev-libs/libqtxdg-1.0.0 +RDEPEND=">=dev-libs/libqtxdg-1.3.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5