emerge -tvp =net-misc/iodine-0.6.0-rc1 !!! '=net-misc/iodine-0.6.0-rc1' is not a valid package atom. Reproducible: Always Steps to Reproduce: 1. emerge -tvp =net-misc/iodine-0.6.0-rc1 Actual Results: !!! '=net-misc/iodine-0.6.0-rc1' is not a valid package atom.
Even if the package would be in portage already your search for it would fail anyway. Suffixes like rc, pre, alpha or beta are appended with an underscore: # emerge -qpv =sys-apps/portage-2.2_rc67 [ebuild R ] sys-apps/portage-2.2_rc67 USE="-build -doc -epydoc -python3 (-selinux)" LINGUAS="-pl" Furthermore it would be really kind of you if you could write more descriptive summaries. Your given one is really not very informative.
0.6.0-rc1 In portage. For the curious: CHANGES: 2010-02-13: 0.6.0-rc1 "Hotspotify" - Fixed tunnel not working on Windows. - Any device name is now supported on Windows, fixes #47. - Multiple installed TAP32 interfaces are now supported, fixes #46. - Return nonzero if tunnel fails to open, fixes #62. - Support for setting a SELinux context, based on patch by Sebastien Raveau. Sample context file in doc/iodine.te - Allow listen port and DNS forward port to be the same if listen IP does not include localhost. - The client will now exit if configuring IP or MTU fails. - The starting cache miss value is randomized at startup, fixes #65. - Raw UDP mode added. If the iodined server is reachable directly, packets can be sent to it without DNS encoding. Fixes #36. - Do not overwrite users CC/CFLAGS/LDFLAGS, only add to them. - Added -F option to write pidfile, based on patch from misc at mandriva.org. Fixes #70. - Allow password to be set via environment variable, fixes #77. Based on patch by logix. - Client now prints server tunnel IP, fixes #78. Patch by logix. - Fix build error on Mac OS X 10.6, patch by G. Rischard. #79. - Added support for CNAME/TXT/A/MX query types, fixes #75. Patch by Anne Bezemer, merge help by logix. - Merged low-latency patch from Anne Bezemer, fixes #76. - Resolve client nameserver argument if given as hostname, fixes #82. - Open log before chroot, fixes #86: logging on FreeBSD.