summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-03-30 12:58:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-03-30 12:58:21 +0000
commit514c46ef6d537d33a65db22d2a69266b6bb9a237 (patch)
tree256883df8f779263d6cd2ed81fe83b055dee5334
parentremove old (diff)
downloadgentoo-2-514c46ef6d537d33a65db22d2a69266b6bb9a237.tar.gz
gentoo-2-514c46ef6d537d33a65db22d2a69266b6bb9a237.tar.bz2
gentoo-2-514c46ef6d537d33a65db22d2a69266b6bb9a237.zip
rdepend on tex-base and build depend only on kpathsea to avoid circular deps, bug #409711 by linuxboy
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
-rw-r--r--app-text/dvipdfmx/ChangeLog6
-rw-r--r--app-text/dvipdfmx/dvipdfmx-20110311.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/dvipdfmx/ChangeLog b/app-text/dvipdfmx/ChangeLog
index 24ec7105e663..493903075e5b 100644
--- a/app-text/dvipdfmx/ChangeLog
+++ b/app-text/dvipdfmx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dvipdfmx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.68 2012/03/30 12:55:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.69 2012/03/30 12:58:21 aballier Exp $
+
+ 30 Mar 2012; Alexis Ballier <aballier@gentoo.org> dvipdfmx-20110311.ebuild:
+ rdepend on tex-base and build depend only on kpathsea to avoid circular deps,
+ bug #409711 by linuxboy
30 Mar 2012; Alexis Ballier <aballier@gentoo.org> -dvipdfmx-20100328.ebuild,
-dvipdfmx-20100328-r1.ebuild:
diff --git a/app-text/dvipdfmx/dvipdfmx-20110311.ebuild b/app-text/dvipdfmx/dvipdfmx-20110311.ebuild
index a2612f50d60d..8cf05a467833 100644
--- a/app-text/dvipdfmx/dvipdfmx-20110311.ebuild
+++ b/app-text/dvipdfmx/dvipdfmx-20110311.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/dvipdfmx/dvipdfmx-20110311.ebuild,v 1.8 2012/03/18 18:45:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311.ebuild,v 1.9 2012/03/30 12:58:21 aballier Exp $
EAPI=2
inherit autotools eutils texlive-common
@@ -17,9 +17,10 @@ IUSE=""
DEPEND="app-text/libpaper
>=media-libs/libpng-1.2:0
sys-libs/zlib
- virtual/tex-base
+ dev-libs/kpathsea
app-text/libpaper"
RDEPEND="${DEPEND}
+ virtual/tex-base
>=app-text/poppler-0.12.3-r3
app-text/poppler-data"