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 E0F6B138247 for ; Wed, 6 Nov 2013 05:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CA56E0ABD; Wed, 6 Nov 2013 05:46:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3685CE0ABD for ; Wed, 6 Nov 2013 05:46:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1488033DA86 for ; Wed, 6 Nov 2013 05:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44FE6E545C for ; Wed, 6 Nov 2013 05:46:51 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1383716800.4b1af0872c601431851e103eb45c78a78999a6e2.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxde-base/lxqt-panel/ X-VCS-Repository: proj/qt X-VCS-Files: lxde-base/lxqt-panel/lxqt-panel-9999.ebuild X-VCS-Directories: lxde-base/lxqt-panel/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 4b1af0872c601431851e103eb45c78a78999a6e2 X-VCS-Branch: master Date: Wed, 6 Nov 2013 05:46:51 +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: f59b4032-4419-4b24-abc3-9c7ff2c17202 X-Archives-Hash: 8bf2b43502fd6eb846f13b77c436e226 commit: 4b1af0872c601431851e103eb45c78a78999a6e2 Author: Ben de Groot gentoo org> AuthorDate: Wed Nov 6 05:46:40 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Wed Nov 6 05:46:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4b1af087 lxde-base/lxqt-panel: add libX11 dep --- lxde-base/lxqt-panel/lxqt-panel-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/lxde-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxde-base/lxqt-panel/lxqt-panel-9999.ebuild index 9ef7b3d..7d32c27 100644 --- a/lxde-base/lxqt-panel/lxqt-panel-9999.ebuild +++ b/lxde-base/lxqt-panel/lxqt-panel-9999.ebuild @@ -32,6 +32,7 @@ DEPEND="lxde-base/liblxqt dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 + x11-libs/libX11 cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors )