Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 106917
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andreas Plesch <andreasplesch@netscape.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
shapelib-1.2.10.ebuild.patch patch to add ~amd64 keyword patch Andreas Plesch 2005-09-22 13:11 0000 259 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 106917 depends on: Show dependency tree
Bug 106917 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-22 13:08 0000
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 From Andreas Plesch 2005-09-22 13:11:08 0000 -------
Created an attachment (id=69023) [details]
patch to add ~amd64 keyword

This simply add ~amd64 as a keyword.

------- Comment #2 From Luis Medinas (RETIRED) 2005-09-24 03:04:07 0000 -------
added ~amd64 keywords
Thanks for the report

------- Comment #3 From Andreas Plesch 2005-09-25 21:36:56 0000 -------
No problem.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug