Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121867 - typo breaks control-center-2.12.3.ebuild
Summary: typo breaks control-center-2.12.3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 121877 121884 121905 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-06 12:59 UTC by sean dreilinger
Modified: 2006-02-07 05:52 UTC (History)
3 users (show)

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 sean dreilinger 2006-02-06 12:59:12 UTC
there's a typo in this ebuild, 'force' is mis-spelt and prevents emerge from building the gnome control-center. the diff below shows the typo and the fix to the control-center-2.12.3 ebuild.

rcsdiff -uBbw control-center-2.12.3.ebuild
===================================================================
RCS file: RCS/control-center-2.12.3.ebuild,v
retrieving revision 1.1
diff -uBbw -r1.1 control-center-2.12.3.ebuild
--- control-center-2.12.3.ebuild        2006/02/06 20:48:40     1.1
+++ control-center-2.12.3.ebuild        2006/02/06 20:48:55
@@ -91,6 +91,6 @@
        _elibtoolize --force --copy || die
        eautoheader || die
        eautomake || die
-       intltoolize --foce || die
+       intltoolize --force || die
        eautoconf || die
 }
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-02-06 13:05:18 UTC
Fixed in portage.  Please sync in ~2 hours.
Comment 2 John N. Laliberte (RETIRED) gentoo-dev 2006-02-06 13:45:27 UTC
*** Bug 121877 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-02-06 14:32:04 UTC
*** Bug 121884 has been marked as a duplicate of this bug. ***
Comment 4 John N. Laliberte (RETIRED) gentoo-dev 2006-02-07 05:52:14 UTC
*** Bug 121905 has been marked as a duplicate of this bug. ***