diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 06:27:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 06:27:52 +0000 |
commit | 642764a9ac03d10cb9dfc0856632bb428b1d2148 (patch) | |
tree | 7558ad061ccac5b8d9ef65a0a473fc5d5def1bf3 /dev-dotnet/notify-sharp | |
parent | whitespace (diff) | |
download | gentoo-2-642764a9ac03d10cb9dfc0856632bb428b1d2148.tar.gz gentoo-2-642764a9ac03d10cb9dfc0856632bb428b1d2148.tar.bz2 gentoo-2-642764a9ac03d10cb9dfc0856632bb428b1d2148.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'dev-dotnet/notify-sharp')
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild index bf25334dcd50..81bd5baca32e 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.3 2008/12/14 15:23:48 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.4 2008/12/31 06:27:52 mr_bones_ Exp $ EAPI=2 @@ -41,4 +41,3 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" } - |