Skip to content

Commit

Permalink
app-pda/libplist: fix WhitespaceFound
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 17, 2021
1 parent 6f842e9 commit 14287ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-pda/libplist/libplist-2.2.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -39,7 +39,7 @@ src_prepare() {
}

src_configure() {
local ECONF_SOURCE=${S}
local ECONF_SOURCE="${S}"
local myeconfargs=( $(use_enable static-libs static) )

do_configure() {
Expand Down Expand Up @@ -101,10 +101,10 @@ src_install() {
doins cython/plist.pxd
fi

find "${D}" -name '*.la' -delete || die
find "${ED}" -name '*.la' -delete || die

# temporary fix for 2.2.0 release:
# b.g.o 733082,
# temporary fix for 2.2.0 release:
# bug #733082,
# https://github.com/libimobiledevice/libplist/issues/163
# upstream commit 137716df3f197a7184c1fba88fcb30480dafd6e0
dosym ./libplist-2.0.pc /usr/$(get_libdir)/pkgconfig/libplist.pc
Expand Down

0 comments on commit 14287ff

Please sign in to comment.