From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1444764-garchives=archives.gentoo.org@lists.gentoo.org> 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 31BD8158094 for <garchives@archives.gentoo.org>; Sat, 8 Oct 2022 19:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669E9E0833; Sat, 8 Oct 2022 19:21:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53988E0833 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 19:21:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82026340FF2 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 19:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF57C607 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 19:21:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1665256868.4751e78ecda10b844e2b2668a8e2c2df4c657160.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/cdfplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild X-VCS-Directories: sci-misc/cdfplayer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4751e78ecda10b844e2b2668a8e2c2df4c657160 X-VCS-Branch: master Date: Sat, 8 Oct 2022 19:21:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b626a31c-5d22-498e-b9ab-af868277e457 X-Archives-Hash: b3a5104b194c8e5d082c8429a2c31b1b commit: 4751e78ecda10b844e2b2668a8e2c2df4c657160 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 19:21:08 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 19:21:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4751e78e sci-misc/cdfplayer: fix DeprecatedEclass (versionator) Signed-off-by: Sam James <sam <AT> gentoo.org> sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild index f36a206877d7..21828e52bedd 100644 --- a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild +++ b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit desktop multilib versionator +inherit desktop eapi7-ver multilib DESCRIPTION="Wolfram Player for the interactive Computable Document Format (CDF)" SRC_URI="WolframPlayer_${PV}_LINUX.sh" @@ -46,7 +46,7 @@ RDEPEND=" # we need this a few times MPN="WolframPlayer" -MPV=$(get_version_component_range 1-2) +MPV=$(ver_cut 1-2) # we might as well list all files in all QA variables... QA_PREBUILT="opt/*"