diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:52:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:52:10 +0000 |
commit | 7e800caab08df18d296847155be3612bf371ec47 (patch) | |
tree | ffd7c0614df8034e7a845381a24f856c75bc941b /dev-util/pida | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-7e800caab08df18d296847155be3612bf371ec47.tar.gz gentoo-2-7e800caab08df18d296847155be3612bf371ec47.tar.bz2 gentoo-2-7e800caab08df18d296847155be3612bf371ec47.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/pida')
-rw-r--r-- | dev-util/pida/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/pida/pida-0.6.2.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/pida/ChangeLog b/dev-util/pida/ChangeLog index 8acef6286657..235ea9c74c9b 100644 --- a/dev-util/pida/ChangeLog +++ b/dev-util/pida/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pida -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.31 2012/10/29 16:36:36 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.32 2014/07/06 12:52:10 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pida-0.6.2.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 29 Oct 2012; Michał Górny <mgorny@gentoo.org> pida-0.6.2.ebuild: Use virtual for argparse. diff --git a/dev-util/pida/pida-0.6.2.ebuild b/dev-util/pida/pida-0.6.2.ebuild index 4e167f0fddde..750f3d607724 100644 --- a/dev-util/pida/pida-0.6.2.ebuild +++ b/dev-util/pida/pida-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.6.2.ebuild,v 1.7 2012/10/29 16:36:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.6.2.ebuild,v 1.8 2014/07/06 12:52:10 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -24,8 +24,7 @@ RDEPEND=">=app-editors/gvim-6.3[gtk] >=dev-python/bpython-0.9.7[gtk] >=dev-python/pygtk-2.8 >dev-python/pygtkhelpers-0.4.1 - >=x11-libs/vte-0.11.11-r2:0[python] - virtual/python-argparse" + >=x11-libs/vte-0.11.11-r2:0[python]" DEPEND="${RDEPEND} dev-python/setuptools virtual/pkgconfig" |