Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/
Date: Thu, 18 Feb 2016 23:03:23
Message-Id: 1455836451.3212cdab1f94dc6e098729c4ff7130bb0de984cd.zx2c4@gentoo
1 commit: 3212cdab1f94dc6e098729c4ff7130bb0de984cd
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 23:00:39 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 23:00:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3212cdab
7
8 net-analyzer/gr-fosphor: shebang fixed upstream
9
10 Package-Manager: portage-2.2.27
11
12 net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
16 index 42cf01f..3ce9056 100644
17 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
18 +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -45,7 +45,6 @@ DEPEND="${RDEPEND}
26 "
27
28 src_prepare() {
29 - python_fix_shebang python/wx_sink_c.py
30 cmake-utils_src_prepare
31 }