summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-10 15:57:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-10 15:57:32 +0000
commit062946837a95fca25e24890069c9802ef3615cf6 (patch)
tree7fda6b0b993e490bdf9b3ca29398017a3954dab2 /app-editors/le
parentFix xz-utils vs. lzma-utils deps. (diff)
downloadgentoo-2-062946837a95fca25e24890069c9802ef3615cf6.tar.gz
gentoo-2-062946837a95fca25e24890069c9802ef3615cf6.tar.bz2
gentoo-2-062946837a95fca25e24890069c9802ef3615cf6.zip
Fix lzma-utils vs. xz-utils deps.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/le')
-rw-r--r--app-editors/le/ChangeLog5
-rw-r--r--app-editors/le/le-1.14.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog
index 1fd5b8d3f117..ffbc18225e39 100644
--- a/app-editors/le/ChangeLog
+++ b/app-editors/le/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/le
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.20 2009/06/02 17:47:51 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.21 2009/09/10 15:57:32 ssuominen Exp $
+
+ 10 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> le-1.14.2.ebuild:
+ Fix lzma-utils vs. xz-utils deps.
*le-1.14.2 (02 Jun 2009)
diff --git a/app-editors/le/le-1.14.2.ebuild b/app-editors/le/le-1.14.2.ebuild
index 91b010722ea9..b28a107edc59 100644
--- a/app-editors/le/le-1.14.2.ebuild
+++ b/app-editors/le/le-1.14.2.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-editors/le/le-1.14.2.ebuild,v 1.1 2009/06/02 17:47:51 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v 1.2 2009/09/10 15:57:32 ssuominen Exp $
inherit base
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="virtual/libc
>=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
- app-arch/lzma-utils"
+ || ( app-arch/xz-utils app-arch/lzma-utils )"
PATCHES=( "${FILESDIR}"/${P}-gcc44.patch )