Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478662 - =sys-apps/biosdisk-0_p20100611 ebuild missing python runtime dependency
Summary: =sys-apps/biosdisk-0_p20100611 ebuild missing python runtime dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 15:04 UTC by Matthew Schultz
Modified: 2013-07-30 01:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
biosdisk-0_p20100611.ebuild (biosdisk-0_p20100611.ebuild,1.02 KB, text/plain)
2013-07-29 15:05 UTC, Matthew Schultz
Details
biosdisk-0_p20100611.ebuild (biosdisk-0_p20100611.ebuild,1.05 KB, text/plain)
2013-07-30 00:59 UTC, Matthew Schultz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schultz 2013-07-29 15:04:16 UTC
This ebuild is missing a runtime dependency on python since the blconf script that it installs is a python script.  I'll attach a new ebuild to fix this problem.
Comment 1 Matthew Schultz 2013-07-29 15:05:45 UTC
Created attachment 354514 [details]
biosdisk-0_p20100611.ebuild

new ebuild to fix runtime python dependency.
Comment 2 Mike Gilbert gentoo-dev 2013-07-29 20:44:35 UTC
What kind of shebang does that blconf script have? That probably needs fixing.
Comment 3 Matthew Schultz 2013-07-29 21:25:44 UTC
(In reply to Mike Gilbert from comment #2)
> What kind of shebang does that blconf script have? That probably needs
> fixing.

#!/usr/bin/python
Comment 4 Mike Gilbert gentoo-dev 2013-07-29 21:33:52 UTC
Yeah, you want to use python-single-r1, not python-any-r1, and you should call python_fix_shebang on that script.
Comment 5 Matthew Schultz 2013-07-30 00:59:57 UTC
Created attachment 354558 [details]
biosdisk-0_p20100611.ebuild

Fixed the shebang and change to python single.
Comment 6 Mike Gilbert gentoo-dev 2013-07-30 01:25:03 UTC
+*biosdisk-0_p20100611-r1 (30 Jul 2013)
+
+  30 Jul 2013; Mike Gilbert <floppym@gentoo.org>
+  +biosdisk-0_p20100611-r1.ebuild, -biosdisk-0_p20100611.ebuild:
+  Add python deps, bug 478662. Proxied for Matthew Shultz.