Skip to content

Commit

Permalink
app-misc/pdfpc: Support vala-0.30 too
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
pacho2 committed Feb 1, 2016
1 parent aafbc6c commit bd18fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-misc/pdfpc/pdfpc-4.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EAPI=5

VALA_MIN_API_VERSION="0.26"
VALA_MAX_API_VERSION="0.28" # fix sed line if you increase this
VALA_MAX_API_VERSION="0.30" # fix sed line if you increase this

inherit vala cmake-utils

Expand All @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
$(vala_depend)"

src_prepare() {
sed -i -e "s/valac-0.20/valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die
sed -i -e "s/valac-0.20/valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die
vala_src_prepare
}

Expand Down

0 comments on commit bd18fc1

Please sign in to comment.