diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:24:50 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:24:50 +0000 |
commit | bf1e76d7758cce9d56acef94434f5fecc4ffe15a (patch) | |
tree | ebbbc294ab015e6190ddced5c8eaf77330c6ce71 /app-text/gv | |
parent | don't use 'use ppc-macos' (diff) | |
download | historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.tar.gz historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.tar.bz2 historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.zip |
Remove virtual/x11 from dependencies.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gv/gv-3.6.2-r1.ebuild | 9 | ||||
-rw-r--r-- | app-text/gv/gv-3.6.3.ebuild | 9 |
3 files changed, 11 insertions, 13 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index 159f4d33a392..56f57be5610c 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gv # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.67 2007/07/04 09:37:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.68 2007/07/22 10:21:01 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> gv-3.6.2-r1.ebuild, + gv-3.6.3.ebuild: + Remove virtual/x11 from dependencies. *gv-3.6.3 (04 Jul 2007) diff --git a/app-text/gv/gv-3.6.2-r1.ebuild b/app-text/gv/gv-3.6.2-r1.ebuild index 9676f52e5943..a6c7d69d05f7 100644 --- a/app-text/gv/gv-3.6.2-r1.ebuild +++ b/app-text/gv/gv-3.6.2-r1.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.2-r1.ebuild,v 1.12 2007/04/07 17:30:26 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.2-r1.ebuild,v 1.13 2007/07/22 10:21:01 omp Exp $ inherit eutils @@ -24,12 +24,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}" 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}" |