diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-08 17:50:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-08 17:50:31 +0000 |
commit | b292040682154079a9538f9d326e82a97466de4c (patch) | |
tree | 32069e1b89338b9adbd9e53be9d251fac1b83e55 /sys-apps/texinfo | |
parent | allow xz-utils and lzma-utils #279871 (diff) | |
download | gentoo-2-b292040682154079a9538f9d326e82a97466de4c.tar.gz gentoo-2-b292040682154079a9538f9d326e82a97466de4c.tar.bz2 gentoo-2-b292040682154079a9538f9d326e82a97466de4c.zip |
allow xz-utils and lzma-utils #279871
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.12.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.13.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/texinfo/texinfo-4.12.ebuild b/sys-apps/texinfo/texinfo-4.12.ebuild index 58ea1f64b219..8c5baf132aff 100644 --- a/sys-apps/texinfo/texinfo-4.12.ebuild +++ b/sys-apps/texinfo/texinfo-4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild,v 1.1 2008/05/05 04:24:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild,v 1.2 2009/09/08 17:50:31 vapier Exp $ inherit flag-o-matic @@ -17,7 +17,7 @@ RDEPEND="!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} - app-arch/lzma-utils + || ( app-arch/xz-utils app-arch/lzma-utils ) nls? ( sys-devel/gettext )" src_compile() { diff --git a/sys-apps/texinfo/texinfo-4.13.ebuild b/sys-apps/texinfo/texinfo-4.13.ebuild index ed3482ce2b5a..90c4ef6581cd 100644 --- a/sys-apps/texinfo/texinfo-4.13.ebuild +++ b/sys-apps/texinfo/texinfo-4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.11 2009/03/17 10:17:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.12 2009/09/08 17:50:31 vapier Exp $ inherit flag-o-matic @@ -17,7 +17,7 @@ RDEPEND="!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} - app-arch/lzma-utils + || ( app-arch/xz-utils app-arch/lzma-utils ) nls? ( sys-devel/gettext )" src_compile() { |