Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6931 - etherapes dependency: libglade
Summary: etherapes dependency: libglade
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Leonardo Boshell (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 08:30 UTC by Hannes Mehnert (RETIRED)
Modified: 2002-11-04 08:39 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 Hannes Mehnert (RETIRED) gentoo-dev 2002-08-23 08:30:45 UTC
etherape has to depend on <libglade-1, currently it depends on >libglade-0.17, 
so libglade-2.0 is merged which doesn't work with etherape. 
  
My diff for fixing is:  
 
--- /usr/portage/net-analyzer/etherape/etherape-0.8.2-r1.ebuild Sat Aug 17  
17:20:43 2002  
+++ etherape-0.8.2-r1.ebuild    Fri Aug 23 15:25:25 2002  
@@ -10,7 +10,7 @@  
 DEPEND="       =x11-libs/gtk+-1.2*  
                >=gnome-base/gnome-libs-1.4.1.2-r1  
                >=net-libs/libpcap-0.6.1  
-               >=gnome-base/libglade-0.17-r3 "  
+               <gnome-base/libglade-1"  
   
 RDEPEND="${DEPEND}"
Comment 1 Maurizio Disimino 2002-08-24 06:06:36 UTC
better:

=gnome-base/libglade-1*
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-04 08:39:16 UTC
fixed myself.