diff options
author | 2006-05-28 14:14:58 +0000 | |
---|---|---|
committer | 2006-05-28 14:14:58 +0000 | |
commit | 4ef814f199870955d6d51fff5007afc6a5cc8161 (patch) | |
tree | 99135a2670059ec1e8e178d912d75b80d06794bd /app-text/ggv/ggv-2.8.5.ebuild | |
parent | Major upgrade in plone handling, introduced two new versions, changed model (diff) | |
download | gentoo-2-4ef814f199870955d6d51fff5007afc6a5cc8161.tar.gz gentoo-2-4ef814f199870955d6d51fff5007afc6a5cc8161.tar.bz2 gentoo-2-4ef814f199870955d6d51fff5007afc6a5cc8161.zip |
Removed PROVIDE as of bug #130746.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'app-text/ggv/ggv-2.8.5.ebuild')
-rw-r--r-- | app-text/ggv/ggv-2.8.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ggv/ggv-2.8.5.ebuild b/app-text/ggv/ggv-2.8.5.ebuild index a76be2d0fd1f..d69eb18cf56e 100644 --- a/app-text/ggv/ggv-2.8.5.ebuild +++ b/app-text/ggv/ggv-2.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.8.5.ebuild,v 1.10 2005/10/10 20:57:17 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.8.5.ebuild,v 1.11 2006/05/28 14:14:58 carlo Exp $ inherit gnome2 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} app-text/scrollkeeper >=dev-util/intltool-0.30" -PROVIDE="virtual/psviewer" + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" G2CONF="${G2CONF} --enable-pdf-options $(use_enable debug bonobo-debug)" |