summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-01-25 18:29:34 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-01-25 18:29:34 +0000
commit05a8841d15260a47c899dda01e4b7705f417452e (patch)
treee8776d75d0faec661d4bf7f701eb869e66c0cc4d /app-text
parentVersion bump (diff)
downloadhistorical-05a8841d15260a47c899dda01e4b7705f417452e.tar.gz
historical-05a8841d15260a47c899dda01e4b7705f417452e.tar.bz2
historical-05a8841d15260a47c899dda01e4b7705f417452e.zip
(#120324) Missed a couple of build-time modular X deps.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostview/ChangeLog6
-rw-r--r--app-text/ghostview/Manifest4
-rw-r--r--app-text/ghostview/ghostview-1.5-r1.ebuild13
3 files changed, 16 insertions, 7 deletions
diff --git a/app-text/ghostview/ChangeLog b/app-text/ghostview/ChangeLog
index a2e0f4444d49..3aaa08ca9689 100644
--- a/app-text/ghostview/ChangeLog
+++ b/app-text/ghostview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostview
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.19 2006/01/25 05:15:01 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.20 2006/01/25 18:29:34 spyderous Exp $
+
+ 25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ ghostview-1.5-r1.ebuild:
+ (#120324) Missed a couple of build-time modular X deps.
25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>;
ghostview-1.5-r1.ebuild:
diff --git a/app-text/ghostview/Manifest b/app-text/ghostview/Manifest
index c88b5de9b8c0..ef3f37954371 100644
--- a/app-text/ghostview/Manifest
+++ b/app-text/ghostview/Manifest
@@ -1,7 +1,7 @@
-MD5 62799abcf0d4019c7ac924124d5cedd8 ChangeLog 2070
+MD5 f21d96537ea2a658157460919cfb8863 ChangeLog 2211
MD5 0a6983343be936ed5c9144c59a9bca0c files/digest-ghostview-1.5 65
MD5 0a6983343be936ed5c9144c59a9bca0c files/digest-ghostview-1.5-r1 65
MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-gentoo.diff 7765
MD5 a964b4a03027f0ef87901d43921e0eef files/ghostview-1.5-r1-gentoo.diff 7765
-MD5 2724f700f1d16e04f5bd1a4c05602ea3 ghostview-1.5-r1.ebuild 1205
+MD5 1678e4bda2d3429d959fa909d1139927 ghostview-1.5-r1.ebuild 1273
MD5 aaf552d80bb1fc2d5b2ef8aad2a233f8 ghostview-1.5.ebuild 1066
diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild
index 1b66ace6cc33..129482a0a7e0 100644
--- a/app-text/ghostview/ghostview-1.5-r1.ebuild
+++ b/app-text/ghostview/ghostview-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.19 2006/01/25 05:15:01 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.20 2006/01/25 18:29:34 spyderous Exp $
inherit eutils
@@ -13,14 +13,19 @@ SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""
-DEPEND="virtual/libc"
-RDEPEND="${DEPEND}
- || ( ( x11-libs/libXaw
+RDEPEND="|| ( ( x11-libs/libXaw
x11-misc/xbitmaps
)
virtual/x11
)
virtual/ghostscript"
+DEPEND="${RDEPEND}
+ virtual/libc
+ || ( ( x11-misc/imake
+ x11-misc/gccmakedep
+ )
+ virtual/x11
+ )"
PROVIDE="virtual/pdfviewer
virtual/psviewer"