diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-22 11:54:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-22 11:54:05 +0000 |
commit | f5da84dd30bf6745d18c530ab0a647926ea4bbfb (patch) | |
tree | f6669ee8116aebe452eb182a86bd0f201f033cc9 /dev-vcs | |
parent | Stable for amd64, wrt bug #333827 (diff) | |
download | gentoo-2-f5da84dd30bf6745d18c530ab0a647926ea4bbfb.tar.gz gentoo-2-f5da84dd30bf6745d18c530ab0a647926ea4bbfb.tar.bz2 gentoo-2-f5da84dd30bf6745d18c530ab0a647926ea4bbfb.zip |
dev-vcs/git is a runtime dependency
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/vcsh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/vcsh/vcsh-0.20120227.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-vcs/vcsh/ChangeLog b/dev-vcs/vcsh/ChangeLog index de35ae445541..f63c734302f6 100644 --- a/dev-vcs/vcsh/ChangeLog +++ b/dev-vcs/vcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/vcsh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.1 2012/04/08 19:27:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.2 2012/04/22 11:54:05 tove Exp $ + + 22 Apr 2012; Torsten Veller <tove@gentoo.org> vcsh-0.20120227.ebuild: + dev-vcs/git is a runtime dependency *vcsh-0.20120227 (08 Apr 2012) diff --git a/dev-vcs/vcsh/vcsh-0.20120227.ebuild b/dev-vcs/vcsh/vcsh-0.20120227.ebuild index 6aba3d737a11..691178ed7d70 100644 --- a/dev-vcs/vcsh/vcsh-0.20120227.ebuild +++ b/dev-vcs/vcsh/vcsh-0.20120227.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/vcsh-0.20120227.ebuild,v 1.1 2012/04/08 19:27:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/vcsh-0.20120227.ebuild,v 1.2 2012/04/22 11:54:05 tove Exp $ EAPI=4 GITHUB_ID=ffddb76 @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RDEPEND="dev-vcs/git" DEPEND="app-text/ronn" S="${WORKDIR}/RichiH-vcsh-${GITHUB_ID}" |