summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-06 14:44:57 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-06 14:44:57 +0000
commitc3987bd5d2c67f2590f944b0db712de756dde562 (patch)
tree2c7cc9c4694597088a23207cf199e25875f31410 /net-misc
parentUse $(PYTHON -f) instead of ${python}. (diff)
downloadgentoo-2-c3987bd5d2c67f2590f944b0db712de756dde562.tar.gz
gentoo-2-c3987bd5d2c67f2590f944b0db712de756dde562.tar.bz2
gentoo-2-c3987bd5d2c67f2590f944b0db712de756dde562.zip
Added missed inherit eutils, bug #303709, thank Dan W. for report.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gwibber/ChangeLog7
-rw-r--r--net-misc/gwibber/gwibber-1.2.0_pre340.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/gwibber/ChangeLog b/net-misc/gwibber/ChangeLog
index 85f4f4c58cda..14de91b441da 100644
--- a/net-misc/gwibber/ChangeLog
+++ b/net-misc/gwibber/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/gwibber
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.5 2009/10/07 14:56:19 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.6 2010/02/06 14:44:57 pva Exp $
+
+ 06 Feb 2010; Peter Volkov <pva@gentoo.org> gwibber-1.2.0_pre340.ebuild:
+ Added missed inherit eutils, bug #303709, thank Dan W. for report.
07 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
gwibber-1.2.0_pre340.ebuild:
diff --git a/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild b/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild
index 576f9c729b65..2fba57654ced 100644
--- a/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild
+++ b/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.3 2009/10/07 14:56:19 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.4 2010/02/06 14:44:57 pva Exp $
EAPI="2"
-inherit distutils
+inherit eutils distutils
DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
with Python and GTK."