Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319599 - ipcalc compiles and works if you add the x86-macos keyword
Summary: ipcalc compiles and works if you add the x86-macos keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High minor
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 19:41 UTC by Mario D. Santana
Modified: 2010-05-13 20:26 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 Mario D. Santana 2010-05-13 19:41:28 UTC
ipcalc does not have the ~x86-macos keyword, and so portage refuses to install it.  I added the keyword, and everything seems to work fine.  I use this tool every day...

My guess is that it'll also work for related platforms, like x64-macos, but I don't have access to test.

Reproducible: Always

Steps to Reproduce:
1. emerge ipcalc

For success, do:

1. Apply patch (posted in the "Additional Information" section of this bug
2. emerge ipcalc
Actual Results:  
These are the packages that would be merged, in reverse order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "net-misc/ipcalc" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-misc/ipcalc-0.41 (masked by: missing keyword)


For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


Expected Results:  
Successful compile and merge...

Patch:

--- Gentoo/usr/portage/net-misc/ipcalc/ipcalc-0.41.ebuild	2009-04-11 15:11:49 -0400
+++ Gentoo/usr/portage/net-misc/ipcalc/ipcalc-0.41.ebuild-new	2010-05-13 15:36:14 -0400
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.6.0"
Comment 1 Fabian Groffen gentoo-dev 2010-05-13 20:26:04 UTC
Thanks, keyworded in the tree now!