diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-01-12 13:00:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-01-12 13:00:19 +0000 |
commit | 5ba9816606eb22798d1933af48b646ab5c58c54b (patch) | |
tree | b194131e96bf9d5743fab7dd6f9d2c483c142824 /app-text/asciidoc/asciidoc-7.1.2.ebuild | |
parent | Drop old broken ebuild. (diff) | |
download | gentoo-2-5ba9816606eb22798d1933af48b646ab5c58c54b.tar.gz gentoo-2-5ba9816606eb22798d1933af48b646ab5c58c54b.tar.bz2 gentoo-2-5ba9816606eb22798d1933af48b646ab5c58c54b.zip |
a2x calls xsltproc at runtime, so fix deps.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-text/asciidoc/asciidoc-7.1.2.ebuild')
-rw-r--r-- | app-text/asciidoc/asciidoc-7.1.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/asciidoc/asciidoc-7.1.2.ebuild b/app-text/asciidoc/asciidoc-7.1.2.ebuild index ae5654774420..7c9f2357488b 100644 --- a/app-text/asciidoc/asciidoc-7.1.2.ebuild +++ b/app-text/asciidoc/asciidoc-7.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-7.1.2.ebuild,v 1.1 2006/04/23 11:24:10 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-7.1.2.ebuild,v 1.2 2007/01/12 13:00:19 robbat2 Exp $ DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" HOMEPAGE="http://www.methods.co.nz/asciidoc/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=virtual/python-2.3" +DEPEND=">=virtual/python-2.3 + dev-libs/libxslt" src_install() { |