diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-04-22 13:44:38 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-04-22 13:44:38 +0000 |
commit | 862353655515a98b3cc078035281aabd679b557b (patch) | |
tree | 14b064f247f9db915aad90f3eca9a4baddd306e5 /dev-python/genshi | |
parent | Fixed compilation with gcc-4.3, see bug #215160. (diff) | |
download | historical-862353655515a98b3cc078035281aabd679b557b.tar.gz historical-862353655515a98b3cc078035281aabd679b557b.tar.bz2 historical-862353655515a98b3cc078035281aabd679b557b.zip |
Empty RDEPEND.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'dev-python/genshi')
-rw-r--r-- | dev-python/genshi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/genshi/genshi-0.4.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/genshi/ChangeLog b/dev-python/genshi/ChangeLog index a4831932f784..539bb1d11416 100644 --- a/dev-python/genshi/ChangeLog +++ b/dev-python/genshi/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2008/04/22 11:50:15 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/ChangeLog,v 1.10 2008/04/22 13:42:56 chtekk Exp $ + + 22 Apr 2008; Luca Longinotti <chtekk@gentoo.org> genshi-0.4.4.ebuild: + Empty RDEPEND. 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 diff --git a/dev-python/genshi/genshi-0.4.4.ebuild b/dev-python/genshi/genshi-0.4.4.ebuild index 6651c3523dd1..c2d41357b15d 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.3 2008/04/22 11:50:15 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild,v 1.4 2008/04/22 13:42:56 chtekk Exp $ NEED_PYTHON=2.3 @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples" DEPEND="dev-python/setuptools" +RDEPEND="" S="${WORKDIR}/${MY_P}" |