diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-23 09:47:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-23 09:47:48 +0300 |
commit | e8a1c1238359d2cb1885bfc4faefb75b390452cc (patch) | |
tree | fcd0fa0842f6ccd7f59f09591c257b42ff15e40a /app-vim | |
parent | sci-astronomy/scamp: last-rite (diff) | |
download | gentoo-e8a1c1238359d2cb1885bfc4faefb75b390452cc.tar.gz gentoo-e8a1c1238359d2cb1885bfc4faefb75b390452cc.tar.bz2 gentoo-e8a1c1238359d2cb1885bfc4faefb75b390452cc.zip |
app-vim/haskellmode: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/haskellmode/haskellmode-20101118-r2.ebuild (renamed from app-vim/haskellmode/haskellmode-20101118-r1.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-vim/haskellmode/haskellmode-20101118-r1.ebuild b/app-vim/haskellmode/haskellmode-20101118-r2.ebuild index 00f065cc2c85..00a643950c3c 100644 --- a/app-vim/haskellmode/haskellmode-20101118-r1.ebuild +++ b/app-vim/haskellmode/haskellmode-20101118-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 VIM_PLUGIN_VIM_VERSION="7.1" @@ -15,12 +15,10 @@ LICENSE="BSD" SLOT=0 KEYWORDS="~amd64 ~x86" -DEPEND=" - ${RDEPEND}" - RDEPEND=" dev-lang/ghc[doc] - net-misc/wget" + net-misc/wget +" VIM_PLUGIN_HELPFILES="haskellmode" VIM_PLUGIN_MESSAGES="filetype" |