diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-14 00:21:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-14 00:21:09 +0000 |
commit | 1ec71cc365f6b39951d0282f20ace7174fb5ec36 (patch) | |
tree | 54a42473575b0b5b193b0f52ddb974035eab4bd8 /net-libs/libpcap | |
parent | with!= without (libssh2) thanks to Mikachu (diff) | |
download | gentoo-2-1ec71cc365f6b39951d0282f20ace7174fb5ec36.tar.gz gentoo-2-1ec71cc365f6b39951d0282f20ace7174fb5ec36.tar.bz2 gentoo-2-1ec71cc365f6b39951d0282f20ace7174fb5ec36.zip |
whitespace
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/libpcap-0.9.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-0.9.7.ebuild b/net-libs/libpcap/libpcap-0.9.7.ebuild index c243b3914e6c..9a062dc579ab 100644 --- a/net-libs/libpcap/libpcap-0.9.7.ebuild +++ b/net-libs/libpcap/libpcap-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild,v 1.3 2007/09/13 20:36:29 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild,v 1.4 2007/09/14 00:21:09 mr_bones_ Exp $ inherit autotools eutils multilib toolchain-funcs @@ -53,4 +53,3 @@ src_install() { # We are not installing README.{Win32,aix,hpux,tru64} (bug 183057) dodoc CREDITS CHANGES FILES VERSION TODO README{,.dag,.linux,.macosx,.septel} } - |