diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-02-09 20:50:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-02-09 20:50:11 +0000 |
commit | 173a0f0fc3bc0a7422a8030b22ad6c982adf09dc (patch) | |
tree | 9271ddde922d6fd402050fe1d2cd61bd4cdbaa95 /dev-texlive | |
parent | Marked ~x64-solaris (diff) | |
download | gentoo-2-173a0f0fc3bc0a7422a8030b22ad6c982adf09dc.tar.gz gentoo-2-173a0f0fc3bc0a7422a8030b22ad6c982adf09dc.tar.bz2 gentoo-2-173a0f0fc3bc0a7422a8030b22ad6c982adf09dc.zip |
Add missing blocker on fontsextra 2008, bug #303991
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-fontutils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-texlive/texlive-fontutils/ChangeLog b/dev-texlive/texlive-fontutils/ChangeLog index 658cc344a0bd..ad5962486c14 100644 --- a/dev-texlive/texlive-fontutils/ChangeLog +++ b/dev-texlive/texlive-fontutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-texlive/texlive-fontutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 1.6 2010/02/09 20:33:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 1.7 2010/02/09 20:50:11 aballier Exp $ + + 09 Feb 2010; Alexis Ballier <aballier@gentoo.org> + texlive-fontutils-2009.ebuild: + Add missing blocker on fontsextra 2008, bug #303991 09 Feb 2010; Fabian Groffen <grobian@gentoo.org> texlive-fontutils-2009.ebuild: diff --git a/dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild b/dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild index 5bf955d4d002..4340ad05025a 100644 --- a/dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild +++ b/dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild,v 1.6 2010/02/09 20:33:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2009.ebuild,v 1.7 2010/02/09 20:50:11 aballier Exp $ TEXLIVE_MODULE_CONTENTS="accfonts afm2pl epstopdf fontware lcdftypetools ps2pkm pstools psutils dvipsconfig fontinst fontools getafm t1utils collection-fontutils " @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=dev-texlive/texlive-basic-2009 !dev-texlive/texlive-psutils +!<dev-texlive/texlive-fontsextra-2009 !<app-text/texlive-core-2009 " RDEPEND="${DEPEND} " |