diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2009-12-29 20:51:55 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2009-12-29 20:51:55 -0200 |
commit | 26c81b515e234e7657044ed1ee83e7963330f80f (patch) | |
tree | e8535af846ade025adbc01bea83f5f74e6516dc2 /ebuilds | |
parent | changed setup.py to show docutils errors (diff) | |
download | g-octave-26c81b515e234e7657044ed1ee83e7963330f80f.tar.gz g-octave-26c81b515e234e7657044ed1ee83e7963330f80f.tar.bz2 g-octave-26c81b515e234e7657044ed1ee83e7963330f80f.zip |
changed docutils dependency on the live ebuild to the version 0.6,
because this is the first version with the manpage writer built-in.
Diffstat (limited to 'ebuilds')
-rw-r--r-- | ebuilds/g-octave-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuilds/g-octave-9999.ebuild b/ebuilds/g-octave-9999.ebuild index 3ea314c..c0bb849 100644 --- a/ebuilds/g-octave-9999.ebuild +++ b/ebuilds/g-octave-9999.ebuild @@ -17,7 +17,7 @@ IUSE="" CDEPEND="( >=dev-lang/python-2.6 <dev-lang/python-3 )" DEPEND="${CDEPEND} - dev-python/docutils" + >=dev-python/docutils-0.6" RDEPEND="${CDEPEND} || ( >=sys-apps/portage-2.1.7[-python3] <sys-apps/portage-2.1.7 )" |