diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/hadolint/hadolint-1.22.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/hadolint/hadolint-1.22.1.ebuild b/dev-util/hadolint/hadolint-1.22.1.ebuild index ab7c2689..b95c6611 100644 --- a/dev-util/hadolint/hadolint-1.22.1.ebuild +++ b/dev-util/hadolint/hadolint-1.22.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://hadolint.github.io/hadolint/" SRC_URI="https://hackage.haskell.org/package/hadolint/${MY_P}.tar.gz" LICENSE="GPL-3" -SLOT="0/${PV}" +SLOT="0" KEYWORDS="~amd64" IUSE="" @@ -23,6 +23,7 @@ RDEPEND=" dev-haskell/cryptonite:=[profile?] >=dev-haskell/gitrev-1.3.1:=[profile?] dev-haskell/hsyaml:=[profile?] + >=dev-haskell/language-docker-9.1.2:=[profile?] >=dev-haskell/megaparsec-9.0.0:=[profile?] >=dev-haskell/mtl-2.2.1:=[profile?] >=dev-haskell/optparse-applicative-0.14.0:=[profile?] |