Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524 - implement binary compatibility slots
Summary: implement binary compatibility slots
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Geert Bevin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 278
  Show dependency tree
 
Reported: 2002-02-04 09:48 UTC by Geert Bevin
Modified: 2011-10-30 22:20 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 Geert Bevin 2002-02-04 09:48:40 UTC
Implement binary compatibility slots. Install a package as
/var/db/pkg/cat/${PN}-${SLOT} where slot is by default ${PV} (ensures that for
every version, only one rev will exist by default). If ${SLOT} is "" or "0", the
package is installed as /var/db/pkg/cat/${PN}
Comment 1 Geert Bevin 2002-02-04 16:41:33 UTC
implemented and added to cvs