summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-10-26 13:34:53 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-10-26 13:34:53 +0000
commit40ba71247cc97402e8badf92788e10efaf156141 (patch)
tree9d41c92199101dea8b6c91c1119c7acc5e40b518 /app-text/dvipsk
parentFixed bug #339294. (diff)
downloadgentoo-2-40ba71247cc97402e8badf92788e10efaf156141.tar.gz
gentoo-2-40ba71247cc97402e8badf92788e10efaf156141.tar.bz2
gentoo-2-40ba71247cc97402e8badf92788e10efaf156141.zip
block older versions of texlive-basic because they collide, by Andreas Eckstein <andreas.eckstein@gmx.net>, bug #342631
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'app-text/dvipsk')
-rw-r--r--app-text/dvipsk/ChangeLog7
-rw-r--r--app-text/dvipsk/dvipsk-5.99_p20100722.ebuild3
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/dvipsk/ChangeLog b/app-text/dvipsk/ChangeLog
index abfbb3e55158..e70a7abc60c1 100644
--- a/app-text/dvipsk/ChangeLog
+++ b/app-text/dvipsk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/dvipsk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/ChangeLog,v 1.3 2010/10/25 12:01:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/ChangeLog,v 1.4 2010/10/26 13:34:53 aballier Exp $
+
+ 26 Oct 2010; Alexis Ballier <aballier@gentoo.org>
+ dvipsk-5.99_p20100722.ebuild:
+ block older versions of texlive-basic because they collide, by Andreas
+ Eckstein <andreas.eckstein@gmx.net>, bug #342631
25 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
dvipsk-5.99_p20100722.ebuild:
diff --git a/app-text/dvipsk/dvipsk-5.99_p20100722.ebuild b/app-text/dvipsk/dvipsk-5.99_p20100722.ebuild
index 1a7e98ece613..bb9ad5f8dc3e 100644
--- a/app-text/dvipsk/dvipsk-5.99_p20100722.ebuild
+++ b/app-text/dvipsk/dvipsk-5.99_p20100722.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/app-text/dvipsk/dvipsk-5.99_p20100722.ebuild,v 1.3 2010/10/25 12:01:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/dvipsk-5.99_p20100722.ebuild,v 1.4 2010/10/26 13:34:53 aballier Exp $
EAPI=3
@@ -32,6 +32,7 @@ IUSE="doc source"
DEPEND="dev-libs/kpathsea"
RDEPEND="
!<app-text/texlive-core-2010
+ !<dev-texlive/texlive-basic-2009
!app-text/ptex
${DEPEND}"