Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/
Date: Sun, 19 Jan 2020 17:00:34
Message-Id: 1579453112.2820b5abd86c5ff89132ab25e23a1f221be7ecc5.zlogene@gentoo
1 commit: 2820b5abd86c5ff89132ab25e23a1f221be7ecc5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 16:58:32 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 16:58:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2820b5ab
7
8 media-gfx/asymptote: oirt to EAPI=7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 media-gfx/asymptote/asymptote-2.61.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild
17 index bd19e8e0995..b37f0cb3853 100644
18 --- a/media-gfx/asymptote/asymptote-2.61.ebuild
19 +++ b/media-gfx/asymptote/asymptote-2.61.ebuild
20 @@ -1,11 +1,11 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PYTHON_COMPAT=( python3_{6,7} )
28
29 -inherit autotools elisp-common latex-package multilib python-r1
30 +inherit autotools elisp-common latex-package python-r1
31
32 DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
33 HOMEPAGE="http://asymptote.sourceforge.net/"