summaryrefslogtreecommitdiff
path: root/media-gfx/asymptote/asymptote-2.61.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/asymptote/asymptote-2.61.ebuild')
-rw-r--r--media-gfx/asymptote/asymptote-2.61.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild
index bd19e8e0995d..90caa2a04989 100644
--- a/media-gfx/asymptote/asymptote-2.61.ebuild
+++ b/media-gfx/asymptote/asymptote-2.61.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
-inherit autotools elisp-common latex-package multilib python-r1
+inherit autotools elisp-common latex-package python-r1
DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
HOMEPAGE="http://asymptote.sourceforge.net/"
@@ -133,7 +133,7 @@ src_install() {
if use X; then
insinto /usr/share/${PN}
doins -r GUI
- chmod +x "${D}"usr/share/${PN}/GUI/xasy.py
+ chmod +x "${D}"/usr/share/${PN}/GUI/xasy.py
dosym ../share/${PN}/GUI/xasy.py /usr/bin/xasy
doman doc/xasy.1x
fi