diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-03 10:05:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-03 10:05:24 +0000 |
commit | 424550c13b73544db10499df3def165c97b23d12 (patch) | |
tree | 5eaabd96c4f83e25e907717ad25646ff8fdec842 /mail-client | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-424550c13b73544db10499df3def165c97b23d12.tar.gz gentoo-2-424550c13b73544db10499df3def165c97b23d12.tar.bz2 gentoo-2-424550c13b73544db10499df3def165c97b23d12.zip |
header fix; tidy S
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/gbuffy/gbuffy-0.2.6.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-client/gbuffy/gbuffy-0.2.6.ebuild b/mail-client/gbuffy/gbuffy-0.2.6.ebuild index 7fc0b3a59feb..41236288e4e7 100644 --- a/mail-client/gbuffy/gbuffy-0.2.6.ebuild +++ b/mail-client/gbuffy/gbuffy-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/gbuffy/gbuffy-0.2.6.ebuild,v 1.1 2004/11/02 16:00:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/gbuffy/gbuffy-0.2.6.ebuild,v 1.2 2004/11/03 10:05:24 mr_bones_ Exp $ inherit eutils @@ -19,8 +19,6 @@ DEPEND="x11-libs/libPropList gnome? ( >=gnome-base/gnome-panel-2.4.0-r1 ) ssl? ( dev-libs/openssl )" -S=${WORKDIR}/${P} - src_compile() { if use gnome; then econf --enable-applet || die |