summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 03:01:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 03:01:19 +0000
commit03032733ddac6023909123791992736531db704f (patch)
treecaadadc6626ddf7ba0b2400adaa31ad00830dc3a /sys-apps/lsof/lsof-4.68.ebuild
parentrepoman: whitespace cleanup (diff)
downloadhistorical-03032733ddac6023909123791992736531db704f.tar.gz
historical-03032733ddac6023909123791992736531db704f.tar.bz2
historical-03032733ddac6023909123791992736531db704f.zip
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/lsof/lsof-4.68.ebuild')
-rw-r--r--sys-apps/lsof/lsof-4.68.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/lsof/lsof-4.68.ebuild b/sys-apps/lsof/lsof-4.68.ebuild
index 74b5e1f1ef8e..7e45a340d671 100644
--- a/sys-apps/lsof/lsof-4.68.ebuild
+++ b/sys-apps/lsof/lsof-4.68.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.68.ebuild,v 1.4 2003/08/15 13:23:06 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.68.ebuild,v 1.5 2003/09/07 02:56:37 msterret Exp $
inherit flag-o-matic
@@ -29,9 +29,9 @@ src_unpack() {
src_compile() {
# #26576 lsof 4.68 compile with -fstack-protector fails on Alpha
- # -taviso (15 Aug 03)
+ # -taviso (15 Aug 03)
use alpha && filter-flags -fstack-protector
-
+
#interactive script: Enable HASSECURITY, WARNINGSTATE, and HASKERNIDCK
#is there a way to avoid the "echo to a file + file read"?
#Just piping in the results didn't seem to work.