summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-01-12 06:22:05 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-01-12 06:22:05 +0000
commite07f04ce89a2f7279158a0aafdaa4c9fd8c0d3d7 (patch)
tree571e725f0ffc86021d8fe942e5b5cc28925909cc /app-portage
parentversion bump. fixes migration issues. fixes Windows 2008 R2 (diff)
downloadgentoo-2-e07f04ce89a2f7279158a0aafdaa4c9fd8c0d3d7.tar.gz
gentoo-2-e07f04ce89a2f7279158a0aafdaa4c9fd8c0d3d7.tar.bz2
gentoo-2-e07f04ce89a2f7279158a0aafdaa4c9fd8c0d3d7.zip
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)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/eix/ChangeLog6
-rw-r--r--app-portage/eix/eix-0.17.0.ebuild6
2 files changed, 8 insertions, 4 deletions
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 <darkside@gentoo.org> 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 )"