Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194616 - app-office/gnotime-2.2.2 missing inherit eutils
Summary: app-office/gnotime-2.2.2 missing inherit eutils
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 15:32 UTC by Péter Werner
Modified: 2007-10-07 09:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.