Skip to content

Commit

Permalink
net-misc/ndppd: fix function declaration style (braces)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 21, 2021
1 parent 23eeb83 commit 9781953
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net-misc/ndppd/ndppd-0.2.5.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9781953

Please sign in to comment.