summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-13 21:54:22 -0400
committerSam James <sam@gentoo.org>2024-03-14 01:59:52 +0000
commitfe1c1e69e68d674583cf540f08835f45978117bb (patch)
treed0867ae3a776347425d150d63d1d1fe826a14cc3 /net-misc
parentnet-misc/portspoof: update EAPI 7 -> 8 (diff)
downloadgentoo-fe1c1e69e68d674583cf540f08835f45978117bb.tar.gz
gentoo-fe1c1e69e68d674583cf540f08835f45978117bb.tar.bz2
gentoo-fe1c1e69e68d674583cf540f08835f45978117bb.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/portspoof/portspoof-1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {