diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-31 10:43:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-31 10:43:22 +0000 |
commit | 63e5c44b91139d0954b3de4ca68238ce0bb046ec (patch) | |
tree | 251bbabf75a7c9dc349ed918ebc6a8f7808377b8 /app-text | |
parent | Version bump (diff) | |
download | gentoo-2-63e5c44b91139d0954b3de4ca68238ce0bb046ec.tar.gz gentoo-2-63e5c44b91139d0954b3de4ca68238ce0bb046ec.tar.bz2 gentoo-2-63e5c44b91139d0954b3de4ca68238ce0bb046ec.zip |
switch ptex and texlive-core deps in the || dep, so that it is more consistent with latex-base virtual
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xdvik/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.84.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index 48a43feef601..ecc948fc278c 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xdvik # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.42 2007/10/26 17:35:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.43 2007/10/31 10:43:22 aballier Exp $ + + 31 Oct 2007; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.10.ebuild: + switch ptex and texlive-core deps in the || dep, so that it is more + consistent with latex-base virtual 26 Oct 2007; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.10.ebuild: Delete spurious parentheses in elog message, bug #184259. diff --git a/app-text/xdvik/xdvik-22.84.10.ebuild b/app-text/xdvik/xdvik-22.84.10.ebuild index f7209c7cda4c..eccb1272bb8b 100644 --- a/app-text/xdvik/xdvik-22.84.10.ebuild +++ b/app-text/xdvik/xdvik-22.84.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.17 2007/10/26 17:38:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.18 2007/10/31 10:43:22 aballier Exp $ WANT_AUTOCONF=2.1 @@ -25,7 +25,7 @@ RDEPEND=">=media-libs/t1lib-5.0.2 motif? ( virtual/motif ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) ) - cjk? ( || ( app-text/ptex app-text/texlive-core ) + cjk? ( || ( app-text/texlive-core app-text/ptex ) >=media-libs/freetype-2 >=media-fonts/kochi-substitute-20030809-r3 ) !cjk? ( virtual/latex-base ) |