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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5F791382C5 for ; Thu, 10 Jun 2021 03:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE599E0801; Thu, 10 Jun 2021 03:35:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C843BE0801 for ; Thu, 10 Jun 2021 03:35:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1000335D60 for ; Thu, 10 Jun 2021 03:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8F379A for ; Thu, 10 Jun 2021 03:35:53 +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: <1623296135.3ee727dcb4562960dd1a9382203afc8450155976.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.93.0.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ee727dcb4562960dd1a9382203afc8450155976 X-VCS-Branch: master Date: Thu, 10 Jun 2021 03:35:53 +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: 8f9375f6-aed6-48da-a5ca-d9e668a890dd X-Archives-Hash: 87010a5a30befbbc6dd797672dd9fc48 commit: 3ee727dcb4562960dd1a9382203afc8450155976 Author: Sam James gentoo org> AuthorDate: Thu Jun 10 03:35:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 10 03:35:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee727dc media-gfx/blender: drop obsolete comment Signed-off-by: Sam James gentoo.org> media-gfx/blender/blender-2.93.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/blender/blender-2.93.0.ebuild b/media-gfx/blender/blender-2.93.0.ebuild index a3689a00f3d..e51130458fe 100644 --- a/media-gfx/blender/blender-2.93.0.ebuild +++ b/media-gfx/blender/blender-2.93.0.ebuild @@ -5,8 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_9 ) -# TODO: restoring subversion later -# https://github.com/gentoo/gentoo/pull/20565#issuecomment-857235672 inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 toolchain-funcs xdg-utils DESCRIPTION="3D Creation/Animation/Publishing System"