diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-19 23:54:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-19 23:54:01 +0000 |
commit | c6ef428574c5cf77dfe577dbb15cec15266b694c (patch) | |
tree | e137dc046144b0a5ba24768b557803621f14c890 /dev-util/ghh | |
parent | Add ~x86 keyword for bug #242554 (diff) | |
download | gentoo-2-c6ef428574c5cf77dfe577dbb15cec15266b694c.tar.gz gentoo-2-c6ef428574c5cf77dfe577dbb15cec15266b694c.tar.bz2 gentoo-2-c6ef428574c5cf77dfe577dbb15cec15266b694c.zip |
DEPEND on app-text/asciidoc #242322 by Daniel Willmann.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'dev-util/ghh')
-rw-r--r-- | dev-util/ghh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/ghh/ChangeLog b/dev-util/ghh/ChangeLog index 060bf87635ff..7fde8f145c6b 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.1 2008/01/14 02:43:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.2 2008/10/19 23:54:01 vapier Exp $ + + 19 Oct 2008; Mike Frysinger <vapier@gentoo.org> ghh-9999.ebuild: + DEPEND on app-text/asciidoc #242322 by Daniel Willmann. *ghh-9999 (14 Jan 2008) diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild index 2385f757c88a..840ea0d4501f 100644 --- a/dev-util/ghh/ghh-9999.ebuild +++ b/dev-util/ghh/ghh-9999.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/ghh/ghh-9999.ebuild,v 1.1 2008/01/14 02:43:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.2 2008/10/19 23:54:01 vapier Exp $ EGIT_REPO_URI="http://jean-francois.richard.name/ghh.git" inherit git autotools @@ -18,6 +18,7 @@ RDEPEND="=x11-libs/gtk+-2* =dev-libs/glib-2* =gnome-base/libgnome-2* app-text/gnome-doc-utils + app-text/asciidoc dev-util/git dev-lang/python" DEPEND="${RDEPEND} |