diff options
Diffstat (limited to 'dev-tex/mh/mh-20080903.ebuild')
-rw-r--r-- | dev-tex/mh/mh-20080903.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/mh/mh-20080903.ebuild b/dev-tex/mh/mh-20080903.ebuild index ea908d4d179f..f5ebedf73b64 100644 --- a/dev-tex/mh/mh-20080903.ebuild +++ b/dev-tex/mh/mh-20080903.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080903.ebuild,v 1.17 2010/01/03 11:40:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080903.ebuild,v 1.18 2011/07/28 07:20:16 aballier Exp $ inherit latex-package @@ -13,7 +13,7 @@ IUSE="doc" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" RDEPEND="dev-tex/xcolor - >=dev-texlive/texlive-latex3-2008" + || ( >=dev-texlive/texlive-latexrecommended-2011 >=dev-texlive/texlive-latex3-2008 )" DEPEND="${RDEPEND} app-arch/unzip" |