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

Bug 244810

Summary: A typo in gnome-extra/hamster-applet/hamster-applet-2.24.0.ebuild
Product: Gentoo Linux Reporter: Hong Hao <oahong>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 238650    

Description Hong Hao 2008-10-28 19:09:16 UTC
According to man 5 ebuild
has_version takes only one arguments, but we have
---- 
if has_version dev-lang/python 2.5; then
----

in hamster-2.24.0.ebuild. So, is it a typo? It should be dev-lang/python-2.5?

Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-30 21:39:52 UTC
fixed this two days ago without a bump, thanks for reporting.