Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10406 - x11-libs/xosd-2.0.0 doesn't install library itself
Summary: x11-libs/xosd-2.0.0 doesn't install library itself
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 17:27 UTC by Dewet Diener
Modified: 2002-11-08 02:25 UTC (History)
1 user (show)

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 Dewet Diener 2002-11-07 17:27:25 UTC
Hi    
    
In the ebuild, you forgot to bump the library version number in src_install() as well:  
  
--- xosd-2.0.0.ebuild.old       2002-11-08 01:26:18.000000000 +0200 
+++ xosd-2.0.0.ebuild   2002-11-08 01:21:47.000000000 +0200 
@@ -20,7 +20,7 @@ 
        doins src/xosd.h 
        into /usr 
        dolib.a src/libxosd/.libs/libxosd.a 
-       dolib.so src/libxosd/.libs/libxosd.so.1 
+       dolib.so src/libxosd/.libs/libxosd.so.2 
        dobin src/.libs/osd_cat 
        dobin script/xosd-config 
        doman man/*.1 man/*.3
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-08 02:25:53 UTC
Fixed, thanks for finding this!