diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-03-30 14:50:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-03-30 14:50:43 +0000 |
commit | d6af2f5afc4286d77fee68ba9ac03c8996049a32 (patch) | |
tree | e528fc9275d893805fbf8a7084e29c0650d6a310 /app-text/texlive | |
parent | Fix build for hppa, bug 367583. (diff) | |
download | gentoo-2-d6af2f5afc4286d77fee68ba9ac03c8996049a32.tar.gz gentoo-2-d6af2f5afc4286d77fee68ba9ac03c8996049a32.tar.bz2 gentoo-2-d6af2f5afc4286d77fee68ba9ac03c8996049a32.zip |
depend on texlive-langcyrillic for serbian too, by Filip Brcic, bug #400817
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2011-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index e19ddef19b62..6f8513d09670 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.94 2012/03/30 14:17:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.95 2012/03/30 14:50:43 aballier Exp $ + + 30 Mar 2012; Alexis Ballier <aballier@gentoo.org> texlive-2011-r1.ebuild: + depend on texlive-langcyrillic for serbian too, by Filip Brcic, bug #400817 *texlive-2011-r1 (30 Mar 2012) diff --git a/app-text/texlive/texlive-2011-r1.ebuild b/app-text/texlive/texlive-2011-r1.ebuild index cec3214f1e7c..6277b60ade07 100644 --- a/app-text/texlive/texlive-2011-r1.ebuild +++ b/app-text/texlive/texlive-2011-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011-r1.ebuild,v 1.1 2012/03/30 14:17:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011-r1.ebuild,v 1.2 2012/03/30 14:50:43 aballier Exp $ EAPI="2" @@ -180,7 +180,8 @@ RDEPEND="${DEPEND} linguas_is? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) linguas_lo? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) linguas_ro? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) - linguas_sr? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) + linguas_sr? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} + >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) linguas_sl? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) linguas_tr? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) linguas_pl? ( >=${TEXLIVE_CAT}/texlive-langpolish-${PV} ) |