Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244810 - A typo in gnome-extra/hamster-applet/hamster-applet-2.24.0.ebuild
Summary: A typo in gnome-extra/hamster-applet/hamster-applet-2.24.0.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.24
  Show dependency tree
 
Reported: 2008-10-28 19:09 UTC by Hong Hao
Modified: 2008-10-30 21:39 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 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.