Created attachment 354142 [details, diff] add ${EPREFIX} for iat-0.1.7-r1.ebuild Emerge will attempt to install files outside of the prefix using the current ebuild for app-cdr/iat-0.1.7-r1. A patch should be added to allow installation in Gentoo Prefix.
(In reply to Yishen Miao (mys_721tx) from comment #0) > Created attachment 354142 [details, diff] [details, diff] > add ${EPREFIX} for iat-0.1.7-r1.ebuild > > Emerge will attempt to install files outside of the prefix using the current > ebuild for app-cdr/iat-0.1.7-r1. A patch should be added to allow > installation in Gentoo Prefix. This won't work! Do the following: - bump EAPI to 5, to make portage prefix-aware - disable-dependency-tracking is default in EAPI=5 - src_install can go as it is the default in EAPI=5 - your change
[master 75238b7] app-cdr/iat: Remove references to berlios.de and fix prefix support (#478068) 1 file changed, 4 insertions(+), 11 deletions(-)