diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-28 12:03:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-28 12:03:10 +0000 |
commit | 1367b7412facd0a9a820cc59003a88045d867670 (patch) | |
tree | cdcf3393c2eee30ddb205e7129c4062b620da3c9 /app-text | |
parent | bump to TeX Live 2011 (diff) | |
download | gentoo-2-1367b7412facd0a9a820cc59003a88045d867670.tar.gz gentoo-2-1367b7412facd0a9a820cc59003a88045d867670.tar.bz2 gentoo-2-1367b7412facd0a9a820cc59003a88045d867670.zip |
bump a bit the version requirements
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index b2fbe11d4651..5fc1d5d9ab17 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.139 2011/07/28 11:59:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.140 2011/07/28 12:03:10 aballier Exp $ + + 28 Jul 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2011.ebuild: + bump a bit the version requirements *texlive-core-2011 (28 Jul 2011) diff --git a/app-text/texlive-core/texlive-core-2011.ebuild b/app-text/texlive-core/texlive-core-2011.ebuild index b1696bb307d7..94a58c69ee4a 100644 --- a/app-text/texlive-core/texlive-core-2011.ebuild +++ b/app-text/texlive-core/texlive-core-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-core/texlive-core-2011.ebuild,v 1.1 2011/07/28 11:59:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.2 2011/07/28 12:03:10 aballier Exp $ EAPI=3 @@ -88,8 +88,8 @@ COMMON_DEPEND="${MODULAR_X_DEPEND} media-libs/freetype:2 media-libs/silgraphite ) - >=dev-libs/kpathsea-6.0.1_p20110627 - cjk? ( dev-libs/ptexenc )" + >=dev-libs/kpathsea-6.0.1_p20110705 + cjk? ( >=dev-libs/ptexenc-1.2.0_p20110705 )" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig @@ -98,9 +98,9 @@ DEPEND="${COMMON_DEPEND} app-arch/xz-utils" RDEPEND="${COMMON_DEPEND} - app-text/ps2pkm - app-text/dvipsk - dev-tex/bibtexu + >=app-text/ps2pkm-1.5_p20110705 + >=app-text/dvipsk-5.991_p20110705 + >=dev-tex/bibtexu-3.71_p20110705 xetex? ( >=app-text/xdvipdfmx-0.7.8 ) tk? ( dev-perl/perl-tk )" |