commit: 5472e71e3889101619ffad8f7497d368a6e510d5
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 9 13:25:53 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Oct 9 13:26:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5472e71e
net-proxy/tinyproxy: remove obsolete sed calls in 1.8.4 too
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
b/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
index 52725873769..6c165306197 100644
--- a/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
+++ b/net-proxy/tinyproxy/tinyproxy-1.8.4.ebuild
@@ -32,13 +32,8 @@ src_prepare() {
sed -i \
-e "s|nobody|${PN}|g" \
- -e 's|/var/run/|/run/|g' \
etc/${PN}.conf.in || die "sed failed"
- sed -i \
- -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
- configure.ac || die
-
eautoreconf
}