Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117524
Collapse All | Expand All

(-)/usr/portage/app-text/gv/gv-3.6.1-r1.ebuild (-3 / +16 lines)
Lines 14-24 Link Here
14
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~mips ~ppc-macos ~ppc64"
14
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~mips ~ppc-macos ~ppc64"
15
IUSE=""
15
IUSE=""
16
16
17
# There's probably more, but ghostscript also depends on it,
17
RDEPEND="|| ( (
18
# so I can't identify it
18
			x11-libs/libXmu
19
DEPEND="virtual/x11
19
			x11-libs/libXpm
20
			x11-libs/libXp
21
		) virtual/x11
22
	)
20
	x11-libs/Xaw3d
23
	x11-libs/Xaw3d
21
	virtual/ghostscript"
24
	virtual/ghostscript"
25
	
26
27
# There's probably more, but ghostscript also depends on it,
28
# so I can't identify it
29
DEPEND="${RDEPEND}
30
	|| ( (
31
			x11-misc/imake
32
			x11-libs/libXt
33
		) virtual/x11
34
	)"
22
PROVIDE="virtual/pdfviewer
35
PROVIDE="virtual/pdfviewer
23
	virtual/psviewer"
36
	virtual/psviewer"
24
37

Return to bug 117524