summaryrefslogtreecommitdiff
path: root/net-misc/l7-protocols
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-11 10:37:33 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-11 10:37:33 +0000
commitc3c04796e8293edbfdf08cdf731b6c4c637fd307 (patch)
tree72a11b450e218d85b43c9e741d918da3bb5da1ef /net-misc/l7-protocols
parent09829072bc77a99750fd01ac8b7e46c232b0f60e (diff)
gentoo auto-resync : 11:11:2023 - 10:37:33
Diffstat (limited to 'net-misc/l7-protocols')
-rw-r--r--net-misc/l7-protocols/Manifest2
-rw-r--r--net-misc/l7-protocols/l7-protocols-2009.05.28-r1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/l7-protocols/Manifest b/net-misc/l7-protocols/Manifest
index 55c8ebd56ab3..947b0259be34 100644
--- a/net-misc/l7-protocols/Manifest
+++ b/net-misc/l7-protocols/Manifest
@@ -1,3 +1,3 @@
DIST l7-protocols-2009-05-28.tar.gz 142050 BLAKE2B b70a0c7267bc462fc193cb05ea16849ea064b39d358d1073884ca718b92a39b72e78d5f8cec600a8acdba48bda72dbc07f20bbee76b5f7670d09dee93e164ffc SHA512 020730d0170537213080dcefd847439a2306eea759317e4054549d12e344520e9db222ca48f74c184cb17ba5ff244270b688fb7e89ed0dd21a196e02721e4477
-EBUILD l7-protocols-2009.05.28-r1.ebuild 1723 BLAKE2B ec14f93e3aa489ce0df362ee14c81781395bea37bda174a69687db6ea3ef18f5d2c98991181ac8daff60c4471b6964410f6ceb7dbd73844e8252de47917e53c7 SHA512 7b811f81f2c12431a20fc81bbd60fbd2524b83c00f13bca6ed17f7b4436f93c65f8529e9d3d45f01e9809894086390572cba3dd84a0900200519d92197a957c4
+EBUILD l7-protocols-2009.05.28-r1.ebuild 1726 BLAKE2B 612a71a3743c56c3bc44e6b2552b97058a4fa59a434d045116f39c57d42cbb07e61d75408a1bdacb6144e06a1c17048b75fefc31d5b246603ce8cf6cf2580427 SHA512 6644ef541d962d2b5c2fe6a620a6b8e57fca600728739aab3a49f6246c4d1b17a8531e696fb308904bb96a07925ac4a7d995cba750a705a23aa91cfa4df754ff
MISC metadata.xml 655 BLAKE2B 528b1e0565130b74c260b4e6437635c25c87cc1e15b549de6bd3ca93b71df0fc5f1132c7e474ba586a5102706b54e0cb028a2b95731b17a3ede2fd87ab238f80 SHA512 09e5e5fda050a236f35d505c5d741dd99573a51b29b204ad4fb19805c579b9545cc33642d61a491f06b62f4c1217f71b535a685e14de7525257bd1e8a1f3b96c
diff --git a/net-misc/l7-protocols/l7-protocols-2009.05.28-r1.ebuild b/net-misc/l7-protocols/l7-protocols-2009.05.28-r1.ebuild
index 8fae2ce8e5f2..5dcd7cb600b7 100644
--- a/net-misc/l7-protocols/l7-protocols-2009.05.28-r1.ebuild
+++ b/net-misc/l7-protocols/l7-protocols-2009.05.28-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,10 +18,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
src_prepare() {
- sed -e "s|gcc.*\-o|$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o|" \
+ sed -i -e "s|gcc.*\-o|$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o|" \
-e "s|g++.*\-o|$(tc-getCXX) ${CFLAGS} ${LDFLAGS} -o|" \
- -i testing/Makefile || die
- sed -e "s|f in data|f in ${EPREFIX}/usr/share/l7-protocols/data|" \
+ testing/Makefile || die
+ sed -i -e "s|f in data|f in ${EPREFIX}/usr/share/l7-protocols/data|" \
testing/timeit.sh || die
ht_fix_file testing/*.sh
eapply_user