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 ED86B158094 for ; Sat, 8 Oct 2022 20:01:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68B29E08AD; Sat, 8 Oct 2022 20:01:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4FB37E08AD for ; Sat, 8 Oct 2022 20:01: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 E674934110B for ; Sat, 8 Oct 2022 20:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0913F614 for ; Sat, 8 Oct 2022 20:01:45 +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: <1665259292.f11833145df23643e9f8d827d326bad79003f3c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/goland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/goland/goland-2021.3.3.ebuild X-VCS-Directories: dev-util/goland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f11833145df23643e9f8d827d326bad79003f3c6 X-VCS-Branch: master Date: Sat, 8 Oct 2022 20:01:45 +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: 8030c0ea-6e95-407f-8620-01792640da82 X-Archives-Hash: faad51c4e34cafef23cd3c7f3abd1624 commit: f11833145df23643e9f8d827d326bad79003f3c6 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 19:57:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 20:01:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1183314 dev-util/goland: fix DeprecatedEclass (eutils) Signed-off-by: Sam James gentoo.org> dev-util/goland/goland-2021.3.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-util/goland/goland-2021.3.3.ebuild b/dev-util/goland/goland-2021.3.3.ebuild index 17b5ef144318..916fd5470205 100644 --- a/dev-util/goland/goland-2021.3.3.ebuild +++ b/dev-util/goland/goland-2021.3.3.ebuild @@ -3,14 +3,13 @@ EAPI=7 -inherit desktop eutils +inherit desktop wrapper -SLOT=0 - -SRC_URI="https://download.jetbrains.com/go/${P}.tar.gz" DESCRIPTION="Golang IDE by JetBrains" HOMEPAGE="https://www.jetbrains.com/go" +SRC_URI="https://download.jetbrains.com/go/${P}.tar.gz" +SLOT="0" # JetBrains supports officially only x86_64 even though some 32bit binaries are # provided. See https://www.jetbrains.com/go/download/#section=linux KEYWORDS="~amd64"