summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-07-17 20:12:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-07-17 20:12:22 +0000
commit4c3db19ab174b1019250ea4c89b2148b89f451c1 (patch)
treed2b417ff9c00864aca5daa79b0c32de1a5833efc /dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild
parentsparc/x86 stable (diff)
downloadgentoo-2-4c3db19ab174b1019250ea4c89b2148b89f451c1.tar.gz
gentoo-2-4c3db19ab174b1019250ea4c89b2148b89f451c1.tar.bz2
gentoo-2-4c3db19ab174b1019250ea4c89b2148b89f451c1.zip
setuptools should only be in DEPEND, not RDEPEND, but git needs to be in both.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
Diffstat (limited to 'dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild')
-rw-r--r--dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild
index cbfab4c251eb..f2a04de2a070 100644
--- a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild
+++ b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.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-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.1 2008/07/11 20:57:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.2 2008/07/17 20:12:22 robbat2 Exp $
inherit distutils
@@ -14,9 +14,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE=""
-DEPEND=">=dev-util/git-1.5.3.6
+DEPEND_GIT=">=dev-util/git-1.5.3.6"
+DEPEND="${DEPEND_GIT}
>=dev-python/setuptools-0.6_rc5"
-RDEPEND="${DEPEND}
+RDEPEND="${DEPEND_GIT}
!dev-util/gitosis"
S=${WORKDIR}/${MY_P}