Skip to content

Commit

Permalink
dev-lang/execline: 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 f18298f commit daf0e49
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions dev-lang/execline/execline-2.1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2016 Gentoo Foundation
# Copyright 2013-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -25,8 +25,7 @@ src_prepare() {
sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die
}

src_configure()
{
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable static allstatic) \
Expand All @@ -42,13 +41,11 @@ src_configure()
--with-sysdeps=/usr/$(get_libdir)/skalibs
}

src_compile()
{
src_compile() {
emake DESTDIR="${D}"
}

src_install()
{
src_install() {
default
dohtml -r doc/*
}

0 comments on commit daf0e49

Please sign in to comment.