diff options
author | Hans de Graaff <hans@degraaff.org> | 2021-02-06 12:33:01 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2021-02-06 12:33:01 +0100 |
commit | 113f1824389962e0440264170a283c3c603dc0d8 (patch) | |
tree | d5af1fda364f75ab691f85c617e85eae7792d3a8 /dev-libs | |
parent | dev-util/hadolint: initial import of 1.21.0 (diff) | |
download | graaff-113f1824389962e0440264170a283c3c603dc0d8.tar.gz graaff-113f1824389962e0440264170a283c3c603dc0d8.tar.bz2 graaff-113f1824389962e0440264170a283c3c603dc0d8.zip |
dev-libs/lasso: add missing dep on six
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/lasso/lasso-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/lasso/lasso-2.6.0.ebuild b/dev-libs/lasso/lasso-2.6.0.ebuild index d481e0cd..86bf55e0 100644 --- a/dev-libs/lasso/lasso-2.6.0.ebuild +++ b/dev-libs/lasso/lasso-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ CDEPEND=" sys-libs/zlib " DEPEND=${CDEPEND} -BDEPEND="virtual/pkgconfig" +BDEPEND="dev-python/six virtual/pkgconfig" RDEPEND=${CDEPEND} src_configure() { |