From 8e2fe72dd992802d976efeeac3b213f0d1c5d6a8 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Sat, 4 Jan 2020 09:38:17 +0700 Subject: media-gfx/asymptote: fix install with USE=examples Closes: https://bugs.gentoo.org/show_bug.cgi?id=704384 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrey Grozin --- media-gfx/asymptote/asymptote-2.61.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'media-gfx/asymptote') diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild index 8d329c6d405c..8518a6a39991 100644 --- a/media-gfx/asymptote/asymptote-2.61.ebuild +++ b/media-gfx/asymptote/asymptote-2.61.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -143,7 +143,6 @@ src_install() { insinto /usr/share/${PN}/examples doins \ examples/*.asy \ - examples/*.eps \ doc/*.asy \ doc/*.csv \ doc/*.dat \ @@ -160,6 +159,8 @@ src_install() { if use examples; then insinto /usr/share/${PN}/examples doins latexusage.tex + insinto /usr/share/${PN}/examples/animations + doins ../examples/animations/*.tex fi cd .. || die fi -- cgit v1.2.3-65-gdbad