summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2021-02-28 10:12:29 +0100
committerHans de Graaff <hans@degraaff.org>2021-02-28 10:12:29 +0100
commit928e361b22cf3032c226c02674c41602df4be615 (patch)
tree742f4ad6801be5016277745f19b17bf50159facd /dev-util
parentdev-ruby/rubocop-rspec: add ruby27 (diff)
downloadgraaff-928e361b22cf3032c226c02674c41602df4be615.tar.gz
graaff-928e361b22cf3032c226c02674c41602df4be615.tar.bz2
graaff-928e361b22cf3032c226c02674c41602df4be615.zip
dev-util/hadolint: add missing language-docker dep
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/hadolint/hadolint-1.22.1.ebuild3
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?]