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 35708138010 for ; Sun, 24 Mar 2013 19:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCAD5E0838; Sun, 24 Mar 2013 19:09:53 +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 5F9D1E0838 for ; Sun, 24 Mar 2013 19:09:53 +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 790E533BE50 for ; Sun, 24 Mar 2013 19:09:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0FF60E4073 for ; Sun, 24 Mar 2013 19:09:51 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1364152177.90b26b274915c3fbd2e28a2da4ee0c259423b908.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 90b26b274915c3fbd2e28a2da4ee0c259423b908 X-VCS-Branch: master Date: Sun, 24 Mar 2013 19:09: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: 437a3ddd-71c6-4a91-be3d-cbdca4ee25a4 X-Archives-Hash: 055747abefa6f49420a8461d58691cbd commit: 90b26b274915c3fbd2e28a2da4ee0c259423b908 Author: Jory A. Pratt gentoo org> AuthorDate: Sun Mar 24 19:09:37 2013 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Mar 24 19:09:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=90b26b27 Sync with tree --- eclass/mozconfig-3.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 985c0fc..b0b8c55 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -43,6 +43,7 @@ mozconfig_config() { if ! $(mozversion_is_new_enough) ; then mozconfig_use_enable alsa ogg mozconfig_use_enable alsa wave + mozconfig_use_enable libnotify mozconfig_use_enable debug debugger-info-modules if has +ipc ${IUSE}; then mozconfig_use_enable ipc @@ -60,7 +61,6 @@ mozconfig_config() { fi fi - mozconfig_use_enable libnotify mozconfig_use_enable dbus mozconfig_use_enable debug mozconfig_use_enable debug tests