diff options
Diffstat (limited to 'sys-devel/crossdev/crossdev-20100620.ebuild')
-rw-r--r-- | sys-devel/crossdev/crossdev-20100620.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-20100620.ebuild b/sys-devel/crossdev/crossdev-20100620.ebuild index 1b630104da87..f04fc1ed5c53 100644 --- a/sys-devel/crossdev/crossdev-20100620.ebuild +++ b/sys-devel/crossdev/crossdev-20100620.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100620.ebuild,v 1.1 2010/06/20 05:53:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100620.ebuild,v 1.2 2010/07/31 17:08:57 vapier Exp $ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git" @@ -23,7 +23,7 @@ IUSE="" RDEPEND=">=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers" -DEPEND="" +DEPEND="app-arch/xz-utils" src_install() { emake install DESTDIR="${D}" || die |