diff options
author | 2013-12-30 09:58:07 +0000 | |
---|---|---|
committer | 2013-12-30 09:58:07 +0000 | |
commit | e7e109c4648d3610819cbc18f761204ad892f168 (patch) | |
tree | e7d8b6981d5bc84a37106698b282d4afb7f9563b /net-analyzer/zmap/zmap-1.1.1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-e7e109c4648d3610819cbc18f761204ad892f168.tar.gz gentoo-2-e7e109c4648d3610819cbc18f761204ad892f168.tar.bz2 gentoo-2-e7e109c4648d3610819cbc18f761204ad892f168.zip |
net-analyzer/zmap: Backport patch for json-c's pkg-config file rename, #496364
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-analyzer/zmap/zmap-1.1.1.ebuild')
-rw-r--r-- | net-analyzer/zmap/zmap-1.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/zmap/zmap-1.1.1.ebuild b/net-analyzer/zmap/zmap-1.1.1.ebuild index c1096d7ef684..41c254283ee7 100644 --- a/net-analyzer/zmap/zmap-1.1.1.ebuild +++ b/net-analyzer/zmap/zmap-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild,v 1.1 2013/12/22 18:02:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild,v 1.2 2013/12/30 09:58:06 jlec Exp $ EAPI=5 @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-out-of-src.patch + "${FILESDIR}"/${P}-json-c.patch ) src_configure() { |