summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-01-25 05:15:01 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-01-25 05:15:01 +0000
commit7c6706b65101eb4abd074934901ead551dfed8d0 (patch)
treeea9e4824f050fca9347c7382209ab56067cdff80 /app-text
parent(#119028) Add modular X deps. (diff)
downloadgentoo-2-7c6706b65101eb4abd074934901ead551dfed8d0.tar.gz
gentoo-2-7c6706b65101eb4abd074934901ead551dfed8d0.tar.bz2
gentoo-2-7c6706b65101eb4abd074934901ead551dfed8d0.zip
(#119720) Fix modular X deps.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostview/ChangeLog8
-rw-r--r--app-text/ghostview/ghostview-1.5-r1.ebuild12
2 files changed, 14 insertions, 6 deletions
diff --git a/app-text/ghostview/ChangeLog b/app-text/ghostview/ChangeLog
index 379b1a47f90e..a2e0f4444d49 100644
--- a/app-text/ghostview/ChangeLog
+++ b/app-text/ghostview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostview
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.18 2005/04/18 16:55:26 hansmi Exp $
+# 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 $
+
+ 25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ ghostview-1.5-r1.ebuild:
+ (#119720) Fix modular X deps.
18 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
ghostview-1.5-r1.ebuild:
diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild
index ba2b67fa7605..1b66ace6cc33 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-2005 Gentoo Foundation
+# 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.18 2005/04/18 16:55:26 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.19 2006/01/25 05:15:01 spyderous Exp $
inherit eutils
@@ -13,9 +13,13 @@ SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""
-DEPEND="virtual/libc
- virtual/x11"
+DEPEND="virtual/libc"
RDEPEND="${DEPEND}
+ || ( ( x11-libs/libXaw
+ x11-misc/xbitmaps
+ )
+ virtual/x11
+ )
virtual/ghostscript"
PROVIDE="virtual/pdfviewer
virtual/psviewer"