diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-25 20:47:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-25 20:47:40 +0000 |
commit | 89160b4430a7144d3dcf24be8d19598613da9e2e (patch) | |
tree | ed78866ed39e0564aec60fc455dc798153d18e08 /dev-util | |
parent | Version bump #243850. (diff) | |
download | gentoo-2-89160b4430a7144d3dcf24be8d19598613da9e2e.tar.gz gentoo-2-89160b4430a7144d3dcf24be8d19598613da9e2e.tar.bz2 gentoo-2-89160b4430a7144d3dcf24be8d19598613da9e2e.zip |
force asciidoc-8+ #242322
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild index 840ea0d4501f..9ee4c14104bc 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.2 2008/10/19 23:54:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.3 2008/10/25 20:47:40 vapier Exp $ EGIT_REPO_URI="http://jean-francois.richard.name/ghh.git" inherit git autotools @@ -18,7 +18,7 @@ RDEPEND="=x11-libs/gtk+-2* =dev-libs/glib-2* =gnome-base/libgnome-2* app-text/gnome-doc-utils - app-text/asciidoc + >=app-text/asciidoc-8 dev-util/git dev-lang/python" DEPEND="${RDEPEND} |