summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-02 14:56:12 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-02 14:56:12 +0000
commitf4858117970e26dddcf7459a10974f5ecb083db2 (patch)
tree80f1187abf66c0e81e5dff8644b53813921bf785 /net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild
parentDo not keepdir /var/lock, only unused code references that (bug #442002). (diff)
downloadgentoo-2-f4858117970e26dddcf7459a10974f5ecb083db2.tar.gz
gentoo-2-f4858117970e26dddcf7459a10974f5ecb083db2.tar.bz2
gentoo-2-f4858117970e26dddcf7459a10974f5ecb083db2.zip
Do not keepdir /var/lock, only unused code references that (bug #442002).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild')
-rw-r--r--net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild
index be855634524d..fa35dab5ae52 100644
--- a/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild
+++ b/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild,v 1.9 2012/12/16 15:17:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild,v 1.10 2013/01/02 14:56:12 jer Exp $
EAPI=4
inherit eutils toolchain-funcs
@@ -46,5 +46,5 @@ src_install() {
dodoc AUTHORS CHANGES FAQ README* RELEASE-NOTES
use doc && dohtml -a gif,html,png -r Documentation/*
- keepdir /var/{lib,log,lock}/iptraf-ng #376157
+ keepdir /var/{lib,log}/iptraf-ng #376157
}