diff options
author | 2007-07-22 10:21:01 +0000 | |
---|---|---|
committer | 2007-07-22 10:21:01 +0000 | |
commit | f70305934bc11aeae38cb47d0de80c36c37460c0 (patch) | |
tree | ef8f06e5f5255b5a3074b6b4a093914fb203efff /app-text/gv/gv-3.6.3.ebuild | |
parent | Use slot 3 of commons-httpclient. (diff) | |
download | gentoo-2-f70305934bc11aeae38cb47d0de80c36c37460c0.tar.gz gentoo-2-f70305934bc11aeae38cb47d0de80c36c37460c0.tar.bz2 gentoo-2-f70305934bc11aeae38cb47d0de80c36c37460c0.zip |
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-text/gv/gv-3.6.3.ebuild')
-rw-r--r-- | app-text/gv/gv-3.6.3.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-text/gv/gv-3.6.3.ebuild b/app-text/gv/gv-3.6.3.ebuild index d728bea887e1..0b09b9fc3b98 100644 --- a/app-text/gv/gv-3.6.3.ebuild +++ b/app-text/gv/gv-3.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.3.ebuild,v 1.1 2007/07/04 09:37:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.3.ebuild,v 1.2 2007/07/22 10:21:01 omp Exp $ inherit eutils @@ -22,12 +22,9 @@ RDEPEND="x11-libs/libICE x11-libs/libXt x11-libs/Xaw3d virtual/ghostscript" - DEPEND="${RDEPEND} - || ( - x11-libs/libXt - virtual/x11 - )" + x11-libs/libXt" + src_unpack() { unpack ${A} cd "${S}" |