summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-29 16:39:51 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-29 16:39:51 +0000
commit936d96384b7e81838a8b302d13b5ebc1b7951dbb (patch)
tree350be7dd0a231af0b671d482f2a27ac2cfcfb553 /net-misc/httpie
parentUse virtual for argparse. (diff)
downloadgentoo-2-936d96384b7e81838a8b302d13b5ebc1b7951dbb.tar.gz
gentoo-2-936d96384b7e81838a8b302d13b5ebc1b7951dbb.tar.bz2
gentoo-2-936d96384b7e81838a8b302d13b5ebc1b7951dbb.zip
Use virtual for argparse.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'net-misc/httpie')
-rw-r--r--net-misc/httpie/ChangeLog6
-rw-r--r--net-misc/httpie/httpie-0.3.0.ebuild6
2 files changed, 7 insertions, 5 deletions
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 <mgorny@gentoo.org> httpie-0.3.0.ebuild:
+ Use virtual for argparse.
*httpie-0.3.0 (05 Oct 2012)
05 Oct 2012; Vikraman <vikraman@gentoo.org> +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"