diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-04-22 11:50:15 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-04-22 11:50:15 +0000 |
commit | f2c60a22c43a6f976be8942c67c5b30aeaf7ba67 (patch) | |
tree | 4ae05a67ce53c6c14be9776ff8250d765de34aa2 /dev-python/genshi | |
parent | Don't install scheme-complete.el, bug 218630. Remove old. (diff) | |
download | gentoo-2-f2c60a22c43a6f976be8942c67c5b30aeaf7ba67.tar.gz gentoo-2-f2c60a22c43a6f976be8942c67c5b30aeaf7ba67.tar.bz2 gentoo-2-f2c60a22c43a6f976be8942c67c5b30aeaf7ba67.zip |
setuptools is not needed as RDEPEND.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-python/genshi')
-rw-r--r-- | dev-python/genshi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/genshi/genshi-0.4.4.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/genshi/ChangeLog b/dev-python/genshi/ChangeLog index dbc74dd5a151..a4831932f784 100644 --- a/dev-python/genshi/ChangeLog +++ b/dev-python/genshi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/genshi # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/ChangeLog,v 1.8 2008/04/22 11:29:13 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/ChangeLog,v 1.9 2008/04/22 11:50:15 chtekk Exp $ + + 22 Apr 2008; Luca Longinotti <chtekk@gentoo.org> genshi-0.4.4.ebuild: + setuptools is not needed as RDEPEND, thanks to gentoofan23 and ciaranm for + the info. 22 Apr 2008; Luca Longinotti <chtekk@gentoo.org> metadata.xml, -genshi-0.4.3.ebuild, genshi-0.4.4.ebuild: diff --git a/dev-python/genshi/genshi-0.4.4.ebuild b/dev-python/genshi/genshi-0.4.4.ebuild index 166b62f6833a..6651c3523dd1 100644 --- a/dev-python/genshi/genshi-0.4.4.ebuild +++ b/dev-python/genshi/genshi-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild,v 1.2 2008/04/22 11:29:13 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild,v 1.3 2008/04/22 11:50:15 chtekk Exp $ NEED_PYTHON=2.3 @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples" DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |