Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55189 - Version bump for ck-sources -- 2.6.7-ck2
Summary: Version bump for ck-sources -- 2.6.7-ck2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://members.optusnet.com.au/ckoliv...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 14:32 UTC by cerement
Modified: 2004-06-26 12:33 UTC (History)
0 users

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


Attachments
ck-sources-2.6.7-r2.ebuild (ck-sources-2.6.7-r2.ebuild,566 bytes, text/plain)
2004-06-25 14:33 UTC, cerement
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cerement 2004-06-25 14:32:08 UTC
Version bump and providing a corrected ebuild -- kernel ebuild was missing the 'SLOT="${KV{"' line


Reproducible: Always
Steps to Reproduce:
Comment 1 cerement 2004-06-25 14:33:04 UTC
Created attachment 34163 [details]
ck-sources-2.6.7-r2.ebuild
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-06-26 05:16:23 UTC
Now in CVS; it should reach Portage within an hour. Sidenote: kernel-2.eclass automatically sets SLOT to "${KV}" so there is no need to set it unless you need to override it. Thanks!
Comment 3 cerement 2004-06-26 11:08:55 UTC
Are you sure about the SLOT="${KV}" ? When I initially tried this ebuild without the SLOT, emerge showed it coming in as "[ U ]", it didn't show up as "[ N ]" until I added the SLOT line in ...
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-06-26 12:33:57 UTC
$> grep SLOT /usr/portage/eclass/kernel-2.eclass
SLOT="${KV}"

$> grep inherit /usr/portage/sys-kernel/ck-sources/ck-sources-2.6.7-r2.ebuild
inherit kernel-2

... So if it doesn't work correctly then you've probably got a Portage bug.