From 9781953f77cb06bbe428b60a635e1225961bf8e2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 21 Apr 2021 08:09:43 +0100 Subject: [PATCH] net-misc/ndppd: fix function declaration style (braces) Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James --- net-misc/ndppd/ndppd-0.2.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-misc/ndppd/ndppd-0.2.5.ebuild b/net-misc/ndppd/ndppd-0.2.5.ebuild index 22897aa596c48..3957e91d02293 100644 --- a/net-misc/ndppd/ndppd-0.2.5.ebuild +++ b/net-misc/ndppd/ndppd-0.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -src_install() -{ +src_install() { emake PREFIX=/usr DESTDIR="${D}" install insinto /etc newins ndppd.conf-dist ndppd.conf