diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-03-25 14:03:17 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-03-25 14:03:47 -0500 |
commit | 3bbfd1692d8b275c16a97deb376b68d26e7c3721 (patch) | |
tree | 2fa9288d6dd04629c85bdaab2c2f24d2d527fc1f /app-crypt/heimdal | |
parent | net-libs/libssh2: slot operator dep on mbedtls (diff) | |
download | gentoo-3bbfd1692d8b275c16a97deb376b68d26e7c3721.tar.gz gentoo-3bbfd1692d8b275c16a97deb376b68d26e7c3721.tar.bz2 gentoo-3bbfd1692d8b275c16a97deb376b68d26e7c3721.zip |
app-crypt/heimdal: add missing texinfo dep
Closes: https://bugs.gentoo.org/554988
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.6.0.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild b/app-crypt/heimdal/heimdal-7.6.0.ebuild index aa459cd27862..f7a97fea37f3 100644 --- a/app-crypt/heimdal/heimdal-7.6.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.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 @@ -46,6 +46,7 @@ DEPEND="${CDEPEND} ${PYTHON_DEPS} dev-perl/JSON virtual/pkgconfig + sys-apps/texinfo >=sys-devel/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild index 1140bf30c50e..64901aeb7306 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild @@ -46,6 +46,7 @@ DEPEND="${CDEPEND} ${PYTHON_DEPS} dev-perl/JSON virtual/pkgconfig + sys-apps/texinfo >=sys-devel/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" |