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

Bug 241492

Summary: dev-libs/gnome-build - typo in einfo
Product: Gentoo Linux Reporter: Christophe LEFEBVRE <chtof62>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dev-libs/gnome-build-0.1.7-r1.ebuild
dev-libs/gnome-build-0.2.4-r1.ebuild
dev-libs/gnome-build-0.3.0-r1.ebuild

Description Christophe LEFEBVRE 2008-10-12 00:27:54 UTC
Typo error in post-install :

echo "dev-libs/gdl gnome" >> /etc/portage/package.use" ; emerge -1 gdl
*** INSTEAD OF ***
echo "dev-libs/gdl gnome" >> /etc/portage/package.use ; emerge -1 gdl

Reproducible: Always

Steps to Reproduce:
1.grep package /usr/portage/dev-libs/gnome-build/gnome-build-0.*.ebuild
2.
3.
Actual Results:  
eerror 'echo "dev-libs/gdl gnome" >> /etc/portage/package.use" ; emerge-1 gdl

Expected Results:  
eerror 'echo "dev-libs/gdl gnome" >> /etc/portage/package.use ; emerge-1 gdl
Comment 1 Christophe LEFEBVRE 2008-10-12 00:33:46 UTC
Created attachment 168100 [details]
dev-libs/gnome-build-0.1.7-r1.ebuild
Comment 2 Christophe LEFEBVRE 2008-10-12 00:34:13 UTC
Created attachment 168102 [details]
dev-libs/gnome-build-0.2.4-r1.ebuild
Comment 3 Christophe LEFEBVRE 2008-10-12 00:34:35 UTC
Created attachment 168104 [details]
dev-libs/gnome-build-0.3.0-r1.ebuild
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2008-10-29 18:37:43 UTC
Fixed.  Thanks.