diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:22:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:22:18 +0000 |
commit | 6a5e8cf629d89519b643ffa3c19af9319e29872b (patch) | |
tree | 27c0fb961a6ecd0fd85b1b2e5e8201ab75a2b241 /gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild | |
parent | sync IUSE (+alsa) (Manifest recommit) (diff) | |
download | gentoo-2-6a5e8cf629d89519b643ffa3c19af9319e29872b.tar.gz gentoo-2-6a5e8cf629d89519b643ffa3c19af9319e29872b.tar.bz2 gentoo-2-6a5e8cf629d89519b643ffa3c19af9319e29872b.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild')
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild index bd17070421bc..8e1951e11223 100644 --- a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild +++ b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.9 2004/06/24 22:02:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.10 2004/07/14 15:22:18 agriffis Exp $ IUSE="nls" GNOME_TARBALL_SUFFIX="gz" inherit gnome.org libtool -S=${WORKDIR}/${P} DESCRIPTION="Bonobo Configuration System" HOMEPAGE="http://www.gnome.org/" @@ -48,4 +47,3 @@ src_install() { dodoc AUTHORS COPYING ChangeLog README NEWS TODO } - |