diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-04 11:01:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-04 11:01:11 +0000 |
commit | e6b59ea14be022fb77789ef1556ec3ba62ad8c45 (patch) | |
tree | a3f7dc79d0615a14648d1d0cf6f6eb2973ae1afc /app-editors/qemacs | |
parent | Fix compability with app-text/texi2html >= 5 by vadmeste (from Freenode) (diff) | |
download | gentoo-2-e6b59ea14be022fb77789ef1556ec3ba62ad8c45.tar.gz gentoo-2-e6b59ea14be022fb77789ef1556ec3ba62ad8c45.tar.bz2 gentoo-2-e6b59ea14be022fb77789ef1556ec3ba62ad8c45.zip |
Restrict the older version to older texi2html for clarity
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild index 748015daff22..1f51f3c9d0d2 100644 --- a/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild +++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild,v 1.6 2010/03/11 22:38:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild,v 1.7 2012/05/04 11:01:11 ssuominen Exp $ EAPI=2 @@ -23,7 +23,7 @@ RDEPEND="!app-editors/qe png? ( >=media-libs/libpng-1.2 )" DEPEND="${RDEPEND} - app-text/texi2html" + <app-text/texi2html-5" S="${WORKDIR}/${PN}" |