diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:03:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:54 +0100 |
commit | 364a8e35a524db25c4e2ccaea41b7434e693876f (patch) | |
tree | 784af73aba47174bb46f9b25258a45595b98c7af /net-analyzer/cryptcat/files | |
parent | net-analyzer/cnet: port to EAPI 7, eutils--, multilib-- (diff) | |
download | gentoo-364a8e35a524db25c4e2ccaea41b7434e693876f.tar.gz gentoo-364a8e35a524db25c4e2ccaea41b7434e693876f.tar.bz2 gentoo-364a8e35a524db25c4e2ccaea41b7434e693876f.zip |
net-analyzer/cryptcat: EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/cryptcat/files')
-rw-r--r-- | net-analyzer/cryptcat/files/cryptcat-1.2.1-build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/cryptcat/files/cryptcat-1.2.1-build.patch b/net-analyzer/cryptcat/files/cryptcat-1.2.1-build.patch index 17ec33489c89..0b9c62b597f0 100644 --- a/net-analyzer/cryptcat/files/cryptcat-1.2.1-build.patch +++ b/net-analyzer/cryptcat/files/cryptcat-1.2.1-build.patch @@ -1,5 +1,5 @@ ---- a/unix/Makefile -+++ b/unix/Makefile +--- a/Makefile ++++ b/Makefile @@ -10,16 +10,14 @@ # debugging # DFLAGS = -DTEST -DDEBUG |