From e07f04ce89a2f7279158a0aafdaa4c9fd8c0d3d7 Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Tue, 12 Jan 2010 06:22:05 +0000 Subject: Add dep on xz-utils or lzma-utils since xz is in the stable tree now. Confirmed non-issue with this change and no rev-bump needed. bug 300617 (Portage version: 2.1.7.16/cvs/Linux x86_64) --- app-portage/eix/ChangeLog | 6 +++++- app-portage/eix/eix-0.17.0.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'app-portage') diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index b866e593b663..ff17cfb44721 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/eix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.315 2010/01/10 00:11:54 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.316 2010/01/12 06:22:05 darkside Exp $ + + 12 Jan 2010; Jeremy Olexa eix-0.17.0.ebuild: + Add dep on xz-utils or lzma-utils since xz is in the stable tree now. + Confirmed non-issue with this change and no rev-bump needed. bug 300617 *eix-0.19.2 (10 Jan 2010) diff --git a/app-portage/eix/eix-0.17.0.ebuild b/app-portage/eix/eix-0.17.0.ebuild index d1cf6b82dcc7..a7f3dd4ced00 100644 --- a/app-portage/eix/eix-0.17.0.ebuild +++ b/app-portage/eix/eix-0.17.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.17.0.ebuild,v 1.10 2009/09/12 17:42:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.17.0.ebuild,v 1.11 2010/01/12 06:22:05 darkside Exp $ EAPI="1" @@ -20,7 +20,7 @@ RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) app-arch/bzip2" DEPEND="${RDEPEND} - app-arch/lzma-utils + || ( app-arch/xz-utils app-arch/lzma-utils ) doc? ( dev-python/docutils ) nls? ( sys-devel/gettext )" -- cgit v1.2.3-65-gdbad