I just added an x11 overlay through "layman -a x11" and this started to give me weird errors when emerge is used. # emerge -s xorg-server Searching... / * ERROR: x11-base/xorg-server-9999 failed: * xorg-2.eclass could not be found by inherit() * * Call stack: * ebuild.sh, line 1876: Called source '/usr/local/portage/layman/x11/x11-base/xorg-server/xorg-server-9999.ebuild' * xorg-server-9999.ebuild, line 6: Called inherit 'xorg-2' 'multilib' 'versionator' * ebuild.sh, line 1292: Called die * The specific snippet of code: * [ ! -e "$location" ] && die "${1}.eclass could not be found by inherit()" * * If you need support, post the output of 'emerge --info =x11-base/xorg-server-9999', * the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-9999'. * This ebuild is from an overlay: '/usr/local/portage/layman/x11/' * S: '/var/tmp/portage/x11-base/xorg-server-9999/work/xorg-server-9999' [ Results for search key : xorg-server ] [ Applications found : 1 ] * x11-base/xorg-server Latest version available: 1.7.5 Latest version installed: 1.7.5 Size of files: 4,811 kB Homepage: http://xorg.freedesktop.org/ Description: X.Org X servers License: MIT #
The xorg-2 eclass is in portage since 2010-03-14. Run emerge --sync again.