commit: d7b3c982f1cf430a7ec35178d9d766bb84d5c216 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Jan 18 02:45:33 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Fri Jan 18 02:45:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b3c982
net-misc/spice-gtk: live ebuild: Do not try to install TODO file The TODO file got removed upsteam in August 2018. Closes: https://bugs.gentoo.org/675746 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> net-misc/spice-gtk/spice-gtk-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 12d95b0e44e..5e4e4f702c7 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -139,7 +139,7 @@ src_compile() { src_install() { default - dodoc AUTHORS NEWS README TODO + dodoc AUTHORS NEWS README # Remove .la files if they're not needed use static-libs || prune_libtool_files
