commit: fe1c1e69e68d674583cf540f08835f45978117bb
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 01:54:22 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 01:59:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1c1e69
net-misc/portspoof: run the full default src_prepare
Not just eapply_user. This means the PATCHES array can just be
automatically handled. Also, it is exceedingly important that user
patches actually be applied on time, not *after* the live ebuild runs
eautoreconf....
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/portspoof/portspoof-1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/portspoof/portspoof-1.3-r1.ebuild
b/net-misc/portspoof/portspoof-1.3-r1.ebuild
index e0b95dc64d62..ad443ee320fb 100644
--- a/net-misc/portspoof/portspoof-1.3-r1.ebuild
+++ b/net-misc/portspoof/portspoof-1.3-r1.ebuild
@@ -18,6 +18,7 @@ else
fi
src_prepare() {
+ default
if [[ ${PV} == "9999" ]] ; then
mv configure.in configure.ac || die
eautoreconf
@@ -26,7 +27,6 @@ src_prepare() {
's#/usr/local/bin/portspoof -D -c /usr/local/etc/portspoof.conf -s
/usr/local/etc/portspoof_signatures#/usr/bin/portspoof -D -c
/etc/portspoof.conf -s /etc/portspoof_signatures#'\
system_files/init.d/portspoof.sh
sed -i '/#include <sys\/sysctl.h>/d' src/connection.h || die
- eapply_user
}
src_install() {