diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:42:57 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:42:57 +0000 |
commit | cd0fd21f5974a603d6790b61ee599b0e7eba0312 (patch) | |
tree | 1857872f6c3d35fbf42cfc560dfa00374a2df982 /app-text/ggv/ggv-2.6.0.ebuild | |
parent | fix orbit dep (diff) | |
download | historical-cd0fd21f5974a603d6790b61ee599b0e7eba0312.tar.gz historical-cd0fd21f5974a603d6790b61ee599b0e7eba0312.tar.bz2 historical-cd0fd21f5974a603d6790b61ee599b0e7eba0312.zip |
fix orbit deps
Diffstat (limited to 'app-text/ggv/ggv-2.6.0.ebuild')
-rw-r--r-- | app-text/ggv/ggv-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ggv/ggv-2.6.0.ebuild b/app-text/ggv/ggv-2.6.0.ebuild index 0af70e5f1680..ea13ee6d08cb 100644 --- a/app-text/ggv/ggv-2.6.0.ebuild +++ b/app-text/ggv/ggv-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.6.0.ebuild,v 1.9 2004/07/03 21:17:14 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.6.0.ebuild,v 1.10 2004/08/21 15:40:02 foser Exp $ inherit gnome2 @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc alpha ~sparc hppa amd64 ~ia64 mips" RDEPEND=">=x11-libs/gtk+-2.3 >=gnome-base/libgnomeui-2.5 - >=gnome-base/ORBit2-2.4.1 + >=gnome-base/orbit-2.4.1 virtual/ghostscript dev-libs/popt" |