diff options
Diffstat (limited to 'app-arch/xz-utils/xz-utils-9999.ebuild')
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 7337319e661b..01dbcc11e801 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.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/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.1 2009/02/07 20:32:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.2 2009/07/05 20:28:59 vapier Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -9,15 +9,17 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git" inherit git autotools SRC_URI="" + EXTRA_DEPEND="sys-devel/gettext dev-util/cvs" #272880 else + MY_P="${PN/-utils}-${PV/_}" SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} + EXTRA_DEPEND= fi inherit eutils -MY_P="${PN}-${PV/_}" DESCRIPTION="utils for managing LZMA compressed files" HOMEPAGE="http://tukaani.org/xz/" @@ -28,6 +30,8 @@ IUSE="" RDEPEND="!app-arch/lzma !app-arch/lzma-utils !<app-arch/p7zip-4.57" +DEPEND="${RDEPEND} + ${EXTRA_DEPEND}" src_unpack() { if [[ ${PV} == "9999" ]] ; then |