diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-03-26 17:43:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-03-26 17:43:24 +0000 |
commit | 371499c68f85ab7c3b8ebc0458079e80f6e6cb87 (patch) | |
tree | 91d9760a8df054835e1e83e0b1d514f5343e2bb9 /app-text/gv | |
parent | Bail out in pkg_setup if kernel version is >=2.6.16. This kernel version cont... (diff) | |
download | gentoo-2-371499c68f85ab7c3b8ebc0458079e80f6e6cb87.tar.gz gentoo-2-371499c68f85ab7c3b8ebc0458079e80f6e6cb87.tar.bz2 gentoo-2-371499c68f85ab7c3b8ebc0458079e80f6e6cb87.zip |
clean up depend
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/gv-3.6.1-r2.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app-text/gv/gv-3.6.1-r2.ebuild b/app-text/gv/gv-3.6.1-r2.ebuild index 0159dacde8f3..86c38ec59bf3 100644 --- a/app-text/gv/gv-3.6.1-r2.ebuild +++ b/app-text/gv/gv-3.6.1-r2.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/gv/gv-3.6.1-r2.ebuild,v 1.1 2006/02/06 22:16:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.1-r2.ebuild,v 1.2 2006/03/26 17:43:24 genstef Exp $ inherit eutils @@ -15,21 +15,22 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~mips ~ppc-macos ~ppc64" IUSE="" RDEPEND="|| ( ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext x11-libs/libXmu x11-libs/libXpm - x11-libs/libXp + x11-libs/libXt ) 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 + || ( + x11-libs/libXt + virtual/x11 )" PROVIDE="virtual/pdfviewer virtual/psviewer" |