summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-06-09 14:47:15 -0400
committerMike Gilbert <floppym@gentoo.org>2020-06-09 14:47:46 -0400
commit6b676a05f11cb197cd636d4ac5a290d3bc656479 (patch)
tree535d60f9d9d0586e6003303156514a6b730469c6 /sys-apps/texinfo
parentsys-apps/man-pages-5.07: Version bump (diff)
downloadgentoo-6b676a05f11cb197cd636d4ac5a290d3bc656479.tar.gz
gentoo-6b676a05f11cb197cd636d4ac5a290d3bc656479.tar.bz2
gentoo-6b676a05f11cb197cd636d4ac5a290d3bc656479.zip
sys-apps/texinfo: fix deps
Closes: https://bugs.gentoo.org/720678 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/texinfo-6.7.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild b/sys-apps/texinfo/texinfo-6.7.ebuild
index df1e867f0029..ae781f8b7a45 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