diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-01-16 16:00:10 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-01-16 16:00:10 +0000 |
commit | 04e00105614b35c7af8c548fc18b8b8c5ec8fda9 (patch) | |
tree | c2c73647c6d909a40f8291da19e713fd8eafe5b7 /eclass/mozcoreconf-2.eclass | |
parent | dev-python/pandas: No py3 support (diff) | |
download | gentoo-2-04e00105614b35c7af8c548fc18b8b8c5ec8fda9.tar.gz gentoo-2-04e00105614b35c7af8c548fc18b8b8c5ec8fda9.tar.bz2 gentoo-2-04e00105614b35c7af8c548fc18b8b8c5ec8fda9.zip |
Fix python dep so pysqlite can go away
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index bb2b7d9745fa..eff9d87e9c3f 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.25 2012/12/10 16:47:55 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.26 2013/01/16 16:00:10 anarchy Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -16,7 +16,7 @@ RDEPEND="x11-libs/libXrender DEPEND="${RDEPEND} virtual/pkgconfig - =dev-lang/python-2*[threads]" + =dev-lang/python-2.7*[threads,sqlite]" # mozconfig_annotate: add an annotated line to .mozconfig # |