diff options
author | 2011-11-05 07:35:46 +0000 | |
---|---|---|
committer | 2011-11-05 07:35:46 +0000 | |
commit | 262561f1fb9694c266202a4de19f3aca109b0bc5 (patch) | |
tree | 1cf081f924ae5a849023fc9e7bfeb115d97b03e0 /app-admin | |
parent | Version bump. (diff) | |
download | gentoo-2-262561f1fb9694c266202a4de19f3aca109b0bc5.tar.gz gentoo-2-262561f1fb9694c266202a4de19f3aca109b0bc5.tar.bz2 gentoo-2-262561f1fb9694c266202a4de19f3aca109b0bc5.zip |
PYTHON_DEPEND must be declared before inherit
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6-r4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index 6320a0b5f267..603a23c391d2 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/denyhosts # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.44 2011/09/13 18:18:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.45 2011/11/05 07:35:46 lxnay Exp $ + + 05 Nov 2011; Fabio Erculiani <lxnay@gentoo.org> denyhosts-2.6-r4.ebuild: + PYTHON_DEPEND must be declared before inherit 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #225633 diff --git a/app-admin/denyhosts/denyhosts-2.6-r4.ebuild b/app-admin/denyhosts/denyhosts-2.6-r4.ebuild index ff917574aaad..1ae271385aa6 100644 --- a/app-admin/denyhosts/denyhosts-2.6-r4.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6-r4.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r4.ebuild,v 1.2 2010/10/07 17:49:01 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r4.ebuild,v 1.3 2011/11/05 07:35:46 lxnay Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils eutils @@ -22,7 +23,6 @@ IUSE="" DEPEND="" RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" PYTHON_MODNAME="${MY_PN}" S="${WORKDIR}/${MY_P}" |