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

Bug 106917

Summary: sci-libs/shapelib has no keyword for amd64 but works on amd64
Product: Gentoo Linux Reporter: Andreas Plesch <andreasplesch>
Component: New packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: InVCS, TESTED
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to add ~amd64 keyword

Description Andreas Plesch 2005-09-22 13:08:05 UTC
The sci-libs/shapefile ebuild has x86 and ~ppc as keywords but not ~amd64.  
Compiling on amd64 just works, however, without any modifications and results 
in a working product. Propose adding ~amd64 as keyword.   

Reproducible: Always
Steps to Reproduce:
1.emerge sci-libs/shapefile 
2. 
3. 
 
Actual Results:  
is rejected on amd64 because of missing keyword. 

Expected Results:  
build and install shapelib 

Here is a diff which simply adds ~amd64 as a keyword: 
 
--- shapelib-1.2.10.ebuild      2005-09-22 15:48:20.000000000 -0400 
+++ shapelib-1.2.10-r1.ebuild   2005-09-22 15:49:55.000000000 -0400 
@@ -10,7 +10,7 @@ 
 
 LICENSE="GPL-2" 
 SLOT="0" 
-KEYWORDS="x86 ~ppc" 
+KEYWORDS="x86 ~ppc ~amd64" 
 IUSE="" 
 
 DEPEND="virtual/libc"
Comment 1 Andreas Plesch 2005-09-22 13:11:08 UTC
Created attachment 69023 [details, diff]
patch to add ~amd64 keyword

This simply add ~amd64 as a keyword.
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2005-09-24 03:04:07 UTC
added ~amd64 keywords
Thanks for the report
Comment 3 Andreas Plesch 2005-09-25 21:36:56 UTC
No problem.