commit:     6b676a05f11cb197cd636d4ac5a290d3bc656479
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 18:47:15 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 18:47:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b676a05

sys-apps/texinfo: fix deps

Closes: https://bugs.gentoo.org/720678
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/texinfo/texinfo-6.7.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild 
b/sys-apps/texinfo/texinfo-6.7.ebuild
index df1e867f002..ae781f8b7a4 100644
--- a/sys-apps/texinfo/texinfo-6.7.ebuild
+++ b/sys-apps/texinfo/texinfo-6.7.ebuild
@@ -19,7 +19,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~
 IUSE="nls +standalone static"
 
 RDEPEND="
-       !=app-text/tetex-2*
        >=sys-libs/ncurses-5.2-r2:0=
        standalone? ( dev-lang/perl )
        !standalone?  (
@@ -29,9 +28,8 @@ RDEPEND="
                dev-perl/Text-Unidecode
        )
        nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       nls? ( >=sys-devel/gettext-0.19.6 )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( >=sys-devel/gettext-0.19.6 )"
 
 src_configure() {
        # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions. 
#622576

Reply via email to