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 E96E2138247 for ; Wed, 6 Nov 2013 14:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 652EFE0968; Wed, 6 Nov 2013 14:11:16 +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 EEE7BE0968 for ; Wed, 6 Nov 2013 14:11:15 +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 BA5C133F10D for ; Wed, 6 Nov 2013 14:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6084AE545C for ; Wed, 6 Nov 2013 14:11:13 +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: <1383746220.054bc7947a64eefdc9dadc139f402806bde9fe98.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: 054bc7947a64eefdc9dadc139f402806bde9fe98 X-VCS-Branch: master Date: Wed, 6 Nov 2013 14:11:13 +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: 4b99b4eb-c9c9-4e01-9d06-b12071f701b8 X-Archives-Hash: f21dff2716ed7753552a809ebbce9d4e commit: 054bc7947a64eefdc9dadc139f402806bde9fe98 Author: Ben de Groot gentoo org> AuthorDate: Wed Nov 6 13:57:00 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Wed Nov 6 13:57:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=054bc794 lxde-base/lxqt-panel: add optional libsysstat 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 7d32c27..899fe3f 100644 --- a/lxde-base/lxqt-panel/lxqt-panel-9999.ebuild +++ b/lxde-base/lxqt-panel/lxqt-panel-9999.ebuild @@ -36,6 +36,7 @@ DEPEND="lxde-base/liblxqt cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) + sysstat? ( lxde-base/libsysstat ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) worldclock? ( dev-libs/icu )"