diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 06:28:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 06:28:10 +0000 |
commit | 77e9a6948672a2c6e1b06c60b848db7db3c573ea (patch) | |
tree | 652e1166de1c96e74447bd217560345291d94ee9 /dev-dotnet/notify-sharp | |
parent | whitespace (diff) | |
download | historical-77e9a6948672a2c6e1b06c60b848db7db3c573ea.tar.gz historical-77e9a6948672a2c6e1b06c60b848db7db3c573ea.tar.bz2 historical-77e9a6948672a2c6e1b06c60b848db7db3c573ea.zip |
whitespace
Package-Manager: portage-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" } - |