Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/
Date: Sun, 03 Jan 2021 01:23:39
Message-Id: 1609637009.2b7fb90ca326e7242ed7bf3a4307bb9431b90216.sam@gentoo
1 commit: 2b7fb90ca326e7242ed7bf3a4307bb9431b90216
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 01:23:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 01:23:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7fb90c
7
8 media-gfx/asymptote: Stabilize 2.68 amd64, #762322
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/asymptote/asymptote-2.68.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/asymptote/asymptote-2.68.ebuild b/media-gfx/asymptote/asymptote-2.68.ebuild
16 index 1e7593538a8..6aa632707f5 100644
17 --- a/media-gfx/asymptote/asymptote-2.68.ebuild
18 +++ b/media-gfx/asymptote/asymptote-2.68.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
30 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
31 IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen +opengl python sigsegv svg test vim-syntax X"
32 RESTRICT="!test? ( test )"