Received via mail, forwarding here: From: Michal Prívozník <michal.privoznik@gmail.com> With the latest git HEAD (05dd00705af) the AUTHORS file does not exist in the repository but it's generated from AUTHORS.in when doing dist. Therefore, when building libvirt-php-9999 do not try to install it. Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> --- dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 50e80eda8c4..4e24b63e0ab 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} doc? ( app-text/xhtml1 )" RESTRICT="test" -DOCS=( AUTHORS ChangeLog NEWS README ) +DOCS=( ChangeLog NEWS README ) src_unpack() { git-r3_src_unpack -- 2.13.0
Straightforward, thanks.