diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:46:59 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:46:59 +0000 |
commit | 74823834b5b745761d8473518abc751715329037 (patch) | |
tree | 7be89451c5db1423f35b4dcf0a0884f47a93d202 /dev-libs/libgweather/libgweather-2.30.3.ebuild | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | historical-74823834b5b745761d8473518abc751715329037.tar.gz historical-74823834b5b745761d8473518abc751715329037.tar.bz2 historical-74823834b5b745761d8473518abc751715329037.zip |
Need eutils for epatch.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libgweather/libgweather-2.30.3.ebuild')
-rw-r--r-- | dev-libs/libgweather/libgweather-2.30.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgweather/libgweather-2.30.3.ebuild b/dev-libs/libgweather/libgweather-2.30.3.ebuild index 335b218f0872..ece2154d9dce 100644 --- a/dev-libs/libgweather/libgweather-2.30.3.ebuild +++ b/dev-libs/libgweather/libgweather-2.30.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.14 2012/05/04 18:35:47 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.15 2012/05/21 18:45:46 tetromino Exp $ EAPI="2" GCONF_DEBUG="no" PYTHON_DEPEND="python? 2" -inherit autotools gnome2 python +inherit autotools eutils gnome2 python DESCRIPTION="Library to access weather information from online services" HOMEPAGE="http://www.gnome.org/" |