diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:36:20 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:36:20 +0000 |
commit | 2ee7a8a4b1cead2e23ccd5fc04e72320ba080ee8 (patch) | |
tree | 3f8ea0fd8ab9a98524e8c3cbc4bc22d36483d8ac /app-portage | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-2ee7a8a4b1cead2e23ccd5fc04e72320ba080ee8.tar.gz gentoo-2-2ee7a8a4b1cead2e23ccd5fc04e72320ba080ee8.tar.bz2 gentoo-2-2ee7a8a4b1cead2e23ccd5fc04e72320ba080ee8.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 'app-portage')
-rw-r--r-- | app-portage/overlint/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.2.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog index a22306d8f1ff..63d9f581348f 100644 --- a/app-portage/overlint/ChangeLog +++ b/app-portage/overlint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/overlint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.11 2014/05/20 22:56:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.12 2014/07/06 12:36:20 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> overlint-0.5.2.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 20 May 2014; Manuel Rüger <mrueg@gentoo.org> overlint-0.5.2.ebuild: Add ~arm keyword. diff --git a/app-portage/overlint/overlint-0.5.2.ebuild b/app-portage/overlint/overlint-0.5.2.ebuild index 0b36a02d6acd..0e5d33b112d2 100644 --- a/app-portage/overlint/overlint-0.5.2.ebuild +++ b/app-portage/overlint/overlint-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.7 2014/05/20 22:56:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.8 2014/07/06 12:36:20 mgorny Exp $ EAPI="5" @@ -16,6 +16,3 @@ LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="" - -DEPEND="" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]" |