diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-03 11:08:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-03 11:08:40 +0000 |
commit | 81c37073b8082fefd9d0316ee288e85034145e26 (patch) | |
tree | cd60141f4409818e24c955fc2ea0de0f3cb0877b /dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-81c37073b8082fefd9d0316ee288e85034145e26.tar.gz gentoo-2-81c37073b8082fefd9d0316ee288e85034145e26.tar.bz2 gentoo-2-81c37073b8082fefd9d0316ee288e85034145e26.zip |
require xetex, bug #528090
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild')
-rw-r--r-- | dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild index c5af42a161da..7236b02a8e4b 100644 --- a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild +++ b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild,v 1.1 2014/11/03 06:48:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/texlive-formatsextra-2014.ebuild,v 1.2 2014/11/03 11:08:40 aballier Exp $ EAPI="5" @@ -17,5 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd IUSE="" DEPEND=">=dev-texlive/texlive-basic-2014 >=dev-texlive/texlive-latex-2008 +>=app-text/texlive-core-2014[xetex] " RDEPEND="${DEPEND} " |