Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362525 - sci-biology/last-162: new binary missed in a version bump
Summary: sci-biology/last-162: new binary missed in a version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-07 21:04 UTC by Alexander Solovyov
Modified: 2011-04-08 06:30 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 Alexander Solovyov 2011-04-07 21:04:32 UTC
Ebuild explicitly installs executables by 
dobin src/last{al,db} || die
In the new versions there is a new binary, lastex (which would estimate e-value); suggestion is to change this line to
dobin src/last{al,db,ex} || die
to include it in the install as well.

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-04-07 21:12:08 UTC
sorry for that, we will check this.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2011-04-08 06:30:01 UTC
It was already missing in 146. I added it to 162. THanks for reporting.

+*last-162-r1 (08 Apr 2011)
+
+  08 Apr 2011; Justin Lecher <jlec@gentoo.org> +files/162-ldflags.patch,
+  +last-162-r1.ebuild:
+  Install lastex, #362525
+