Bug 14948 - kdeaddons-3.0.2.ebuild has a typo
Bug#: 14948 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: gentoo@themitchells.org
Component: KDE
URL: 
Summary: kdeaddons-3.0.2.ebuild has a typo
Keywords:  
Status Whiteboard: 
Opened: 2003-02-01 23:46 0000
Description:   Opened: 2003-02-01 23:46 0000
The kdeaddons-3.0.2.ebuild file has a typo in it. Curiously, it prevents  
kdeaddons-3.1.ebuild from being properly found and installed. Anyway, this  
patch fixes up the problem. It's just missing a closing quote:  
  
15c15  
<       svga? ( media-libs/svgalib )"  
---  
>       svga? ( media-libs/svgalib )  
 
 
Without this, you get odd errors when trying to emerge kde: 
gentoo portage # emerge -up kde 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies / 
 
aux_get(): (1) couldn't open cache entry for kde-base/kdeaddons-3.0.2 
               Check for syntax error or corruption in the ebuild. 
 
 
!!! all ebuilds that could satisfy "~kde-base/kdeaddons-3.1" have been masked. 
!!!    (dependency required by "kde-base/kde-3.1" [ebuild]) 
 
!!! Error calculating dependancies. Please correct. 
gentoo portage # 
 
Go figure. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Hannes Mehnert (RETIRED) 2003-02-02 12:44:39 0000 -------
fixed, thanks for reporting. 

------- Comment #2 From Hannes Mehnert (RETIRED) 2003-02-02 13:44:49 0000 -------
*** Bug 14993 has been marked as a duplicate of this bug. ***