# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=1 DESCRIPTION="utils for managing LZMA and XZ (for USE=xz) compressed files" HOMEPAGE="http://tukaani.org/lzma/" SRC_URI="" LICENSE="LGPL-2.1" SLOT=0 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="+xz" RDEPEND="xz? ( app-arch/xz-utils ) !xz? ( || ( app-arch/xz-utils app-arch/lzma-utils ) )" DEPEND="${RDEPEND}"