diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-01-17 20:45:33 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-01-17 20:45:33 -0600 |
commit | d7b3c982f1cf430a7ec35178d9d766bb84d5c216 (patch) | |
tree | abb16a29092df096901c6a297be0abe94bdd240a /net-misc/spice-gtk | |
parent | dev-python/botocore: bump to v1.12.81 (diff) | |
download | gentoo-d7b3c982f1cf430a7ec35178d9d766bb84d5c216.tar.gz gentoo-d7b3c982f1cf430a7ec35178d9d766bb84d5c216.tar.bz2 gentoo-d7b3c982f1cf430a7ec35178d9d766bb84d5c216.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 12d95b0e44ec..5e4e4f702c70 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 |