diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:20:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:20:21 +0000 |
commit | 4dd0b97813139ba804737e4e832ca62895f038f3 (patch) | |
tree | fe58200e99f2e2937fe6d90dfd1fea9e26739a83 /gnome-base/oaf | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-4dd0b97813139ba804737e4e832ca62895f038f3.tar.gz historical-4dd0b97813139ba804737e4e832ca62895f038f3.tar.bz2 historical-4dd0b97813139ba804737e4e832ca62895f038f3.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/oaf-0.6.10.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnome-base/oaf/oaf-0.6.10.ebuild b/gnome-base/oaf/oaf-0.6.10.ebuild index 352cc5d50332..bf534cf8dfe5 100644 --- a/gnome-base/oaf/oaf-0.6.10.ebuild +++ b/gnome-base/oaf/oaf-0.6.10.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.16 2004/07/01 19:46:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.17 2004/07/14 15:20:21 agriffis Exp $ IUSE="nls" inherit gnome.org libtool -S=${WORKDIR}/${P} DESCRIPTION="Object Activation Framework for GNOME" HOMEPAGE="http://www.gnome.org/" @@ -50,4 +49,3 @@ src_install() { dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS TODO } - |