Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106917 - sci-libs/shapelib has no keyword for amd64 but works on amd64
Summary: sci-libs/shapelib has no keyword for amd64 but works on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: InVCS, TESTED
Depends on:
Blocks:
 
Reported: 2005-09-22 13:08 UTC by Andreas Plesch
Modified: 2005-09-25 21:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add ~amd64 keyword (shapelib-1.2.10.ebuild.patch,259 bytes, patch)
2005-09-22 13:11 UTC, Andreas Plesch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.