The ebuild as it is currently causes an access violation when trying to install /usr/bin/dirdiff (ebuild doesn't set DESTDIR, and even if it did, the Makefile doesn't call install -d first, so a dodir would be necessary.. it's just easier to call dobin and dolib.so). Also, the ebuild: - unnecessarily inherits eutils - unnecessarily declares RDEPEND - ignores user CFLAGS - Declares IUSE twice An ebuild diff is attached. Cheers ;p
Created attachment 41416 [details, diff] dirdiff-1.6.ebuild.diff
*** Bug 64324 has been marked as a duplicate of this bug. ***
Fixed in portage, thanks for help.