From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F93815ACFB for ; Wed, 19 Apr 2023 11:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6333EE0864; Wed, 19 Apr 2023 11:15:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F1CEE0864 for ; Wed, 19 Apr 2023 11:15:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 961AD340F4A for ; Wed, 19 Apr 2023 11:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34376141 for ; Wed, 19 Apr 2023 11:15:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681902930.c8100010542d519c61fe066625692ee1d659fc31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/asymptote/asymptote-2.85-r1.ebuild X-VCS-Directories: media-gfx/asymptote/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8100010542d519c61fe066625692ee1d659fc31 X-VCS-Branch: master Date: Wed, 19 Apr 2023 11:15:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 324f6991-e200-4ea2-8a9b-08e0bf582e4d X-Archives-Hash: 682df3ee8cd110cab90d2c16cd16135a commit: c8100010542d519c61fe066625692ee1d659fc31 Author: Sam James gentoo org> AuthorDate: Wed Apr 19 11:15:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 19 11:15:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8100010 media-gfx/asymptote: Stabilize 2.85-r1 amd64, #904595 Signed-off-by: Sam James gentoo.org> media-gfx/asymptote/asymptote-2.85-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/asymptote/asymptote-2.85-r1.ebuild b/media-gfx/asymptote/asymptote-2.85-r1.ebuild index ba11f4a8c353..a346495aa5a9 100644 --- a/media-gfx/asymptote/asymptote-2.85-r1.ebuild +++ b/media-gfx/asymptote/asymptote-2.85-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex lsp offscreen +opengl python sigsegv svg test vim-syntax X" RESTRICT="!test? ( test )"