summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-22 01:33:31 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-22 01:33:31 +0000
commitb4a86ab1caaabbf0ad79518f0c914d35ae741530 (patch)
tree9261e783b4d1a7691374b246babe72873ab379f2 /eclass
parentVersion bump (#349076). Remove unnecessary test restriction. Use system hwlo... (diff)
downloadgentoo-2-b4a86ab1caaabbf0ad79518f0c914d35ae741530.tar.gz
gentoo-2-b4a86ab1caaabbf0ad79518f0c914d35ae741530.tar.bz2
gentoo-2-b4a86ab1caaabbf0ad79518f0c914d35ae741530.zip
Remove high glib/sqlite deps from the eclass, were causing keyword problems with old ebuilds
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-3.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index 415de46e752e..d11beca7cdc5 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.12 2011/03/21 08:07:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.13 2011/03/22 01:33:31 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -13,7 +13,6 @@ RDEPEND="app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.2
dev-libs/expat
- >=dev-libs/glib-2.26
>=dev-libs/libIDL-0.8.0
>=dev-libs/libevent-1.4.7
!<x11-base/xorg-x11-6.7.0-r2
@@ -25,7 +24,6 @@ RDEPEND="app-arch/zip
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
- system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
wifi? ( net-wireless/wireless-tools )"
DEPEND="${RDEPEND}"