From: Maxim Koltsov Date: Fri, 16 Dec 2011 16:40:46 +0000 (+0000) Subject: Add app-arch/xz-utils dependency to leechcraft.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef2a3491d5e9073c9a6787b07fe503af2c393ab9;p=gentoo.git Add app-arch/xz-utils dependency to leechcraft.eclass --- diff --git a/eclass/ChangeLog b/eclass/ChangeLog index b2e76bbd607e..1b7117d7974a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.44 2011/12/15 20:04:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.45 2011/12/16 16:40:46 maksbotan Exp $ + + 16 Dec 2011; Maxim Koltsov leechcraft.eclass: + Add app-arch/xz-utils dependency to leechcraft.eclass 15 Dec 2011; Maxim Koltsov leechcraft.eclass: Update leechcraft eclass to new filename suffix diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index c4e83a281486..b72b18373eb7 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.3 2011/12/15 20:04:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.4 2011/12/16 16:40:46 maksbotan Exp $ # # @ECLASS: leechcraft.eclass # @MAINTAINER: @@ -37,6 +37,7 @@ if [[ ${PV} == 9999 ]]; then else local suffix if version_is_at_least 0.4.95; then + DEPEND="app-arch/xz-utils" suffix="xz" else suffix="bz2"