summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/asymptote/asymptote-2.61.ebuild')
-rw-r--r--media-gfx/asymptote/asymptote-2.61.ebuild5
1 files changed, 3 insertions, 2 deletions
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