Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-text/treeify/
Date: Sat, 03 Nov 2012 23:51:59
Message-Id: 1351986692.b47d6fa18016010c671674a26aeb1277b0b31a83.sping@gentoo
1 commit: b47d6fa18016010c671674a26aeb1277b0b31a83
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sat Nov 3 23:51:16 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 23:51:32 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b47d6fa1
7
8 app-text/treeify: Use virtual for argparse dependency (bug #440386)
9
10 ---
11 app-text/treeify/treeify-0.6.ebuild | 6 +-----
12 1 files changed, 1 insertions(+), 5 deletions(-)
13
14 diff --git a/app-text/treeify/treeify-0.6.ebuild b/app-text/treeify/treeify-0.6.ebuild
15 index e895510..2dbd423 100644
16 --- a/app-text/treeify/treeify-0.6.ebuild
17 +++ b/app-text/treeify/treeify-0.6.ebuild
18 @@ -19,8 +19,4 @@ KEYWORDS="~amd64 ~x86"
19 IUSE=""
20
21 DEPEND=""
22 -RDEPEND="
23 - || (
24 - >=dev-lang/python-2.7
25 - ( >=dev-lang/python-2.6 dev-python/argparse )
26 - )"
27 +RDEPEND="virtual/python-argparse"