diff options
author | 2004-07-14 01:59:02 +0000 | |
---|---|---|
committer | 2004-07-14 01:59:02 +0000 | |
commit | 090f3193909841495ed9a72689401601f02d4a33 (patch) | |
tree | 0ac1d8b9bd43e2b2ffdde170948248cb80290392 /app-text/ggv | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-090f3193909841495ed9a72689401601f02d4a33.tar.gz gentoo-2-090f3193909841495ed9a72689401601f02d4a33.tar.bz2 gentoo-2-090f3193909841495ed9a72689401601f02d4a33.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'app-text/ggv')
-rw-r--r-- | app-text/ggv/ggv-1.1.94.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-text/ggv/ggv-1.1.94.ebuild b/app-text/ggv/ggv-1.1.94.ebuild index 39e1932eed21..d03794445f3f 100644 --- a/app-text/ggv/ggv-1.1.94.ebuild +++ b/app-text/ggv/ggv-1.1.94.ebuild @@ -1,10 +1,9 @@ # 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-1.1.94.ebuild,v 1.17 2004/06/24 22:35:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-1.1.94.ebuild,v 1.18 2004/07/14 01:59:02 agriffis Exp $ IUSE="nls bonobo" -S=${WORKDIR}/${P} DESCRIPTION="Gnome Ghostview" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" @@ -62,4 +61,3 @@ pkg_postinst() { /etc/gconf/schemas/${PN}.schemas assert "gconftool-1 execution failed" } - |