diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-11 14:12:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-11 14:12:41 +0000 |
commit | 5675025ef590895bb122848a2fca6fc7dfed9583 (patch) | |
tree | 44ac903f73f0172350ee70ad034f59265dab7bed /app-text | |
parent | Add missing use of python.eclass (diff) | |
download | gentoo-2-5675025ef590895bb122848a2fca6fc7dfed9583.tar.gz gentoo-2-5675025ef590895bb122848a2fca6fc7dfed9583.tar.bz2 gentoo-2-5675025ef590895bb122848a2fca6fc7dfed9583.zip |
bump mh min required version, by Ben in bug #378477
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2011.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 9f1805817481..67f6137d6cdf 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.85 2011/10/05 14:13:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.86 2011/10/11 14:12:41 aballier Exp $ + + 11 Oct 2011; Alexis Ballier <aballier@gentoo.org> texlive-2011.ebuild: + bump mh min required version, by Ben in bug #378477 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> -texlive-2008.ebuild, -texlive-2009.ebuild: diff --git a/app-text/texlive/texlive-2011.ebuild b/app-text/texlive/texlive-2011.ebuild index 060a7c9cdc1f..b236aebe2892 100644 --- a/app-text/texlive/texlive-2011.ebuild +++ b/app-text/texlive/texlive-2011.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.2 2011/08/28 17:00:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.3 2011/10/11 14:12:41 aballier Exp $ EAPI="2" @@ -73,9 +73,9 @@ RDEPEND="${DEPEND} >=dev-tex/g-brief-4.0.2 >=dev-tex/envlab-1.2-r1 >=dev-tex/europecv-20060424-r1 + >=dev-tex/mh-20111011 >=dev-tex/svninfo-0.7.3-r1 >=${TEXLIVE_CAT}/texlive-mathextra-${PV} - >=dev-tex/mh-20080903 >=${TEXLIVE_CAT}/texlive-plainextra-${PV} ) xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} ) |