Skip to content

Commit

Permalink
media-libs/freeimage: EAPI 7 for 3.18.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Apr 14, 2019
1 parent 3b0e977 commit 305ef03
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions media-libs/freeimage/freeimage-3.18.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit eutils toolchain-funcs

Expand Down Expand Up @@ -34,9 +34,10 @@ RDEPEND="
media-libs/tiff:0
)
webp? ( media-libs/libwebp:= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
app-arch/unzip"
DEPEND="${RDEPEND}"
BDEPEND="
app-arch/unzip
virtual/pkgconfig"

S=${WORKDIR}/${MY_PN}

Expand Down

0 comments on commit 305ef03

Please sign in to comment.