Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 452444

Summary: app-arch/libarchive: add EAPI 5 subslot
Product: Gentoo Linux Reporter: Michael Palimaka (kensington) <kensington>
Component: New packagesAssignee: Brian Harring (RETIRED) <ferringb>
Status: RESOLVED FIXED    
Severity: enhancement CC: bsd+disabled, ssuominen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Palimaka (kensington) gentoo-dev 2013-01-16 07:48:44 UTC
Please add an EAPI 5 subslot to libarchive, I have some deps that would be nice to rebuild next time the soname is bumped.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-01-16 07:53:00 UTC
honestly, i'm not familiar with the subslots yet, can you provide an example patch?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-01-16 08:16:36 UTC
Example patch:

-SLOT="0"
+SLOT="0/foo"

Where foo is something that will be updated each time dependants need to be rebuilt.

Some suggestions:
- If the package bumps soname according to some policy (eg. on new x.y versions) you could use that
- 3.1.1 provides libarchive.so.13, so you could just use 13 and update whenever it is bumped
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-01-16 10:09:42 UTC
seems it doesn't need revbump. done now.

+  16 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> libarchive-3.1.1.ebuild:
+  Include subslot support and call it 13 from SONAME wrt #452444 by Michael
+  Palimaka