From 936d96384b7e81838a8b302d13b5ebc1b7951dbb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 29 Oct 2012 16:39:51 +0000 Subject: Use virtual for argparse. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D) --- net-misc/httpie/ChangeLog | 6 ++++-- net-misc/httpie/httpie-0.3.0.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'net-misc/httpie') diff --git a/net-misc/httpie/ChangeLog b/net-misc/httpie/ChangeLog index 57b89d710d61..a856196758b9 100644 --- a/net-misc/httpie/ChangeLog +++ b/net-misc/httpie/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-misc/httpie # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.1 2012/10/05 13:48:54 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.2 2012/10/29 16:39:51 mgorny Exp $ + + 29 Oct 2012; Michał Górny httpie-0.3.0.ebuild: + Use virtual for argparse. *httpie-0.3.0 (05 Oct 2012) 05 Oct 2012; Vikraman +httpie-0.3.0.ebuild, +metadata.xml: New ebuild for HTTPie, a CLI, cURL-like tool for humans. Fixes bug #437242 - diff --git a/net-misc/httpie/httpie-0.3.0.ebuild b/net-misc/httpie/httpie-0.3.0.ebuild index 9be8becc62af..feb9dcd567c6 100644 --- a/net-misc/httpie/httpie-0.3.0.ebuild +++ b/net-misc/httpie/httpie-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.0.ebuild,v 1.1 2012/10/05 13:48:54 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.0.ebuild,v 1.2 2012/10/29 16:39:51 mgorny Exp $ EAPI=4 @@ -20,6 +20,6 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - || ( >=dev-lang/python-2.7 dev-python/argparse ) >=dev-python/requests-0.10.1 - >=dev-python/pygments-1.5" + >=dev-python/pygments-1.5 + virtual/python-argparse" -- cgit v1.2.3-65-gdbad