Index: johntheripper-1.7.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild,v retrieving revision 1.1 diff -u -r1.1 johntheripper-1.7.8.ebuild --- johntheripper-1.7.8.ebuild 5 Jul 2011 14:01:52 -0000 1.1 +++ johntheripper-1.7.8.ebuild 20 Dec 2011 09:06:07 -0000 @@ -22,7 +22,7 @@ LICENSE="GPL-2" SLOT="0" # This package can't be marked stable for ppc or ppc64 before bug 327211 is closed. -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="custom-cflags -minimal mmx openmp sse2" REQUIRED_USE="openmp? ( !minimal )" #Remove AltiVec USE flag. Appears to be an upstream issue. @@ -82,6 +82,16 @@ fi elif use x86-solaris; then echo "solaris-x86-any" + elif use x86-fbsd; then + if use sse2; then + echo "freebsd-x86-sse2" + elif use mmx; then + echo "freebsd-x86-mmx" + else + echo "freebsd-x86-any" + fi + elif use amd64-fbsd; then + echo "freebsd-x86-64" else echo "generic" fi