--- /usr/portage/app-text/gv/gv-3.6.1-r1.ebuild 2005-11-03 10:07:17.000000000 +1000 +++ /usr/local/portage/app-text/gv/gv-3.6.1-r1.ebuild 2006-01-03 12:20:52.000000000 +1000 @@ -14,11 +14,24 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~mips ~ppc-macos ~ppc64" IUSE="" -# There's probably more, but ghostscript also depends on it, -# so I can't identify it -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libXp + ) virtual/x11 + ) x11-libs/Xaw3d virtual/ghostscript" + + +# There's probably more, but ghostscript also depends on it, +# so I can't identify it +DEPEND="${RDEPEND} + || ( ( + x11-misc/imake + x11-libs/libXt + ) virtual/x11 + )" PROVIDE="virtual/pdfviewer virtual/psviewer"