diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 17:12:15 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 17:12:15 +0000 |
commit | b0b4fb56f2661974931e380f2ef64adf192f51da (patch) | |
tree | 577673f1de35074200af6329c9d9e42c78b66478 /dev-util/ghh | |
parent | x11-base/xorg-server-1.7.5.901 removed (diff) | |
download | gentoo-2-b0b4fb56f2661974931e380f2ef64adf192f51da.tar.gz gentoo-2-b0b4fb56f2661974931e380f2ef64adf192f51da.tar.bz2 gentoo-2-b0b4fb56f2661974931e380f2ef64adf192f51da.zip |
dev-util/ghh: Propagate move of dev-util/git to dev-vcs/git
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-util/ghh')
-rw-r--r-- | dev-util/ghh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/ghh/ChangeLog b/dev-util/ghh/ChangeLog index 7fde8f145c6b..3b463243e360 100644 --- a/dev-util/ghh/ChangeLog +++ b/dev-util/ghh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ghh -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.2 2008/10/19 23:54:01 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.3 2010/03/17 17:12:15 sping Exp $ + + 17 Mar 2010; Sebastian Pipping <sping@gentoo.org> ghh-9999.ebuild: + Propagate move of dev-util/git to dev-vcs/git 19 Oct 2008; Mike Frysinger <vapier@gentoo.org> ghh-9999.ebuild: DEPEND on app-text/asciidoc #242322 by Daniel Willmann. diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild index 9ee4c14104bc..302010772cee 100644 --- a/dev-util/ghh/ghh-9999.ebuild +++ b/dev-util/ghh/ghh-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.3 2008/10/25 20:47:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.4 2010/03/17 17:12:15 sping Exp $ EGIT_REPO_URI="http://jean-francois.richard.name/ghh.git" inherit git autotools @@ -19,7 +19,7 @@ RDEPEND="=x11-libs/gtk+-2* =gnome-base/libgnome-2* app-text/gnome-doc-utils >=app-text/asciidoc-8 - dev-util/git + dev-vcs/git dev-lang/python" DEPEND="${RDEPEND} dev-util/pkgconfig" |