Skip to content

Commit

Permalink
media-gfx/imv: add wayland-scanner bdep, minor style fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
ionenwks authored and thesamesam committed Mar 26, 2021
1 parent d5a533d commit 1d675f6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions media-gfx/imv/imv-4.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit xdg meson

inherit meson xdg

if [[ ${PV} == 9999 ]]; then
inherit git-r3
Expand Down Expand Up @@ -39,15 +40,13 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.44 )
tiff? ( media-libs/tiff )
wayland? ( dev-libs/wayland )
!sys-apps/renameutils
"
!sys-apps/renameutils"
DEPEND="
${RDEPEND}
test? ( dev-util/cmocka )
"
test? ( dev-util/cmocka )"
BDEPEND="
app-text/asciidoc
"
wayland? ( dev-util/wayland-scanner )"

PATCHES=(
"${FILESDIR}/${PN}-4.2.0-add-string-inc.patch"
Expand Down

0 comments on commit 1d675f6

Please sign in to comment.