sys-libs/timezone-data-2014e fails to emerge because of double prefix. The following change works for me. --- a/sys-libs/timezone-data/timezone-data-2014e.ebuild Fri Jul 04 09:03:37 2014 +0900 +++ b/sys-libs/timezone-data/timezone-data-2014e.ebuild Sat Jul 05 09:36:37 2014 +0900 @@ -80,7 +80,7 @@ src_install() { local zic="" tc-is-cross-compiler && zic="zic=${S}-native/zic" - _emake install ${zic} DESTDIR="${ED}" + _emake install ${zic} DESTDIR="${D}" dodoc README Theory dohtml *.htm
+ 07 Jul 2014; Christoph Junghans <ottxor@gentoo.org> + timezone-data-2014e.ebuild: + fix double prefix (bug #516398) +