diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:51:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:51:37 +0000 |
commit | 08acd7542c5146baff247dfe575aab6fe22b9e2d (patch) | |
tree | eb8331f36c263ee28721fa8d4f7f862a5daebc19 /dev-util/a8 | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-08acd7542c5146baff247dfe575aab6fe22b9e2d.tar.gz gentoo-2-08acd7542c5146baff247dfe575aab6fe22b9e2d.tar.bz2 gentoo-2-08acd7542c5146baff247dfe575aab6fe22b9e2d.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/a8')
-rw-r--r-- | dev-util/a8/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/a8/a8-0.11-r2.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/a8/ChangeLog b/dev-util/a8/ChangeLog index 54c8e72b2717..1cec71c89216 100644 --- a/dev-util/a8/ChangeLog +++ b/dev-util/a8/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/a8 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.15 2013/04/07 21:42:08 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.16 2014/07/06 12:51:37 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> a8-0.11-r2.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 07 Apr 2013; Julian Ospald <hasufell@gentoo.org> -a8-0.10.ebuild, -a8-0.11.ebuild: diff --git a/dev-util/a8/a8-0.11-r2.ebuild b/dev-util/a8/a8-0.11-r2.ebuild index 27e0726494d9..c997eb83f9d9 100644 --- a/dev-util/a8/a8-0.11-r2.ebuild +++ b/dev-util/a8/a8-0.11-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/a8/a8-0.11-r2.ebuild,v 1.2 2013/04/07 21:40:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v 1.3 2014/07/06 12:51:37 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -23,7 +23,6 @@ DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}] >=dev-python/pygtk-2.22[${PYTHON_USEDEP}] >=dev-python/pygtkhelpers-0.4.3 dev-python/setuptools[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] >=x11-libs/vte-0.28.2-r206:0[python,${PYTHON_USEDEP}]" RDEPEND="${DEPEND} app-editors/gvim |