dev-lisp/cl-uffi-1.5.1 has multilib-strict issues. The patch below should fix it: --- cl-uffi-1.5.1.ebuild 2005-12-12 20:56:59.000000000 -0700 +++ /usr/portage/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild 2005-07-15 17:35:29.000000000 -0600 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild,v 1.2 2005/07/15 22:57:06 swegener Exp $ -inherit common-lisp multilib +inherit common-lisp DESCRIPTION="Portable FFI library for Common Lisp." HOMEPAGE="http://uffi.med-info.com/" @@ -29,7 +29,7 @@ dosym /usr/share/common-lisp/source/uffi/uffi.asd \ /usr/share/common-lisp/systems/uffi.asd - insinto /usr/$(get_libdir)/uffi + insinto /usr/lib/uffi doins tests/*.so dodoc AUTHORS ChangeLog INSTALL LICENSE NEWS README TODO doc/uffi.pdf doc/COPYING.GFDL
Fixed in CVS thanks.