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 | |
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')
-rw-r--r-- | dev-libs/libgweather/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-2.30.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index b48ad07072bf..66a9b22b87b3 100644 --- a/dev-libs/libgweather/ChangeLog +++ b/dev-libs/libgweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgweather # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.84 2012/05/06 07:26:57 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.85 2012/05/21 18:45:46 tetromino Exp $ + + 21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + libgweather-2.30.3.ebuild: + Need eutils for epatch. *libgweather-3.4.1 (06 May 2012) 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/" |