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 5F80A1381F3 for ; Sat, 10 Nov 2012 14:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4185621C023; Sat, 10 Nov 2012 14:32:51 +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 BAD7121C023 for ; Sat, 10 Nov 2012 14:32:50 +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 95F9433D860 for ; Sat, 10 Nov 2012 14:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CFD56E5436 for ; Sat, 10 Nov 2012 14:32:47 +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: <1352557703.79027370eb2366d734393ec03cec168817bdcebe.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/razorqt-libs/ X-VCS-Repository: proj/qt X-VCS-Files: razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild X-VCS-Directories: razorqt-base/razorqt-libs/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 79027370eb2366d734393ec03cec168817bdcebe X-VCS-Branch: master Date: Sat, 10 Nov 2012 14:32: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: 894f1c6c-99c8-455d-ad22-28e6e88fd07d X-Archives-Hash: 72dd2e4ca6ebb553c82e8fa8a3bb7e23 commit: 79027370eb2366d734393ec03cec168817bdcebe Author: Ben de Groot gmail com> AuthorDate: Sat Nov 10 14:28:23 2012 +0000 Commit: Ben de Groot gentoo org> CommitDate: Sat Nov 10 14:28:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=79027370 razorqt-base/razorqt-libs: add new sysstat module --- razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild index dbc56d8..9013ac4 100644 --- a/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild +++ b/razorqt-base/razorqt-libs/razorqt-libs-9999.ebuild @@ -42,6 +42,7 @@ src_configure() { -DMODULE_LIBRAZORQT=On -DMODULE_LIBRAZORQXT=On -DMODULE_LIBRAZORMOUNT=On + -DMODULE_LIBSYSSTAT=On -DMODULE_ABOUT=On -DMODULE_X11INFO=On )