diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-27 08:23:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-27 08:23:15 +0000 |
commit | a33e5bb2f32a1a2183aefa3b79f93cca5f08e8d1 (patch) | |
tree | c57e6b2c2d7844005696527ad05fc629c2a19cb5 /app-text/asciidoc | |
parent | Version bump (diff) | |
download | gentoo-2-a33e5bb2f32a1a2183aefa3b79f93cca5f08e8d1.tar.gz gentoo-2-a33e5bb2f32a1a2183aefa3b79f93cca5f08e8d1.tar.bz2 gentoo-2-a33e5bb2f32a1a2183aefa3b79f93cca5f08e8d1.zip |
Adding app-text/docbook-xml-dtd-4.5 to RDEPEND in the hope to fix #272010
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/asciidoc/asciidoc-8.4.5.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog index 7f1fe5601e2f..f873e0a324cc 100644 --- a/app-text/asciidoc/ChangeLog +++ b/app-text/asciidoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/asciidoc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.48 2009/06/27 07:32:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.49 2009/06/27 08:23:15 patrick Exp $ + + 27 Jun 2009; Patrick Lauer <patrick@gentoo.org> asciidoc-8.4.5.ebuild: + Adding app-text/docbook-xml-dtd-4.5 to RDEPEND in the hope to fix #272010 *asciidoc-8.4.5 (27 Jun 2009) diff --git a/app-text/asciidoc/asciidoc-8.4.5.ebuild b/app-text/asciidoc/asciidoc-8.4.5.ebuild index eb21f6c1ef14..5f4ecd34affe 100644 --- a/app-text/asciidoc/asciidoc-8.4.5.ebuild +++ b/app-text/asciidoc/asciidoc-8.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.4.5.ebuild,v 1.1 2009/06/27 07:32:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.4.5.ebuild,v 1.2 2009/06/27 08:23:15 patrick Exp $ EAPI="2" @@ -14,9 +14,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="examples vim-syntax doc" DEPEND=">=virtual/python-2.4 + ~app-text/docbook-xml-dtd-4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt media-gfx/graphviz" +RDEPEND="~app-text/docbook-xml-dtd-4.5" src_prepare(){ if ! use vim-syntax; then |