diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-25 18:29:34 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-25 18:29:34 +0000 |
commit | cb931008583918b8afa631b5d171d379d7c74975 (patch) | |
tree | c2966b483b0aa3d7233cee102e755a34b8f275b0 /app-text/ghostview | |
parent | Version bump (diff) | |
download | gentoo-2-cb931008583918b8afa631b5d171d379d7c74975.tar.gz gentoo-2-cb931008583918b8afa631b5d171d379d7c74975.tar.bz2 gentoo-2-cb931008583918b8afa631b5d171d379d7c74975.zip |
(#120324) Missed a couple of build-time modular X deps.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/ghostview')
-rw-r--r-- | app-text/ghostview/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 13 |
2 files changed, 14 insertions, 5 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/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" |