summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-08 20:57:36 +0100
committerSam James <sam@gentoo.org>2022-10-08 21:01:32 +0100
commitf11833145df23643e9f8d827d326bad79003f3c6 (patch)
treed7e352d17c7d56ae423795a4a5b95c444181adab /dev-util/goland
parentdev-ruby/facter: fix DeprecatedEclass (eutils) (diff)
downloadgentoo-f11833145df23643e9f8d827d326bad79003f3c6.tar.gz
gentoo-f11833145df23643e9f8d827d326bad79003f3c6.tar.bz2
gentoo-f11833145df23643e9f8d827d326bad79003f3c6.zip
dev-util/goland: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/goland')
-rw-r--r--dev-util/goland/goland-2021.3.3.ebuild7
1 files 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"