Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 194616

Summary: app-office/gnotime-2.2.2 missing inherit eutils
Product: Gentoo Linux Reporter: Péter Werner <Werner.Peter>
Component: Current packagesAssignee: GNOME Office (OBSOLETE) <gnome-office+disabled>
Status: VERIFIED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Péter Werner 2007-10-03 15:32:25 UTC
error message:
built_with_use: command not found

fix:
--- /usr/portage/app-office/gnotime/gnotime-2.2.2.ebuild        2007-09-27 20:05:36.000000000 +0200
+++ /usr/local/portage/app-office/gnotime/gnotime-2.2.2.ebuild  2007-10-03 17:21:43.000000000 +0200
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild,v 1.4 2007/09/27 17:43:45 opfer Exp $
 
-inherit gnome2
+inherit gnome2 eutils
 
 DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times"
 HOMEPAGE="http://gttr.sourceforge.net/"
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-10-04 19:54:52 UTC
nice catch, thanks for reporting, fix is in CVS.