diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-03-24 14:18:55 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-26 15:54:46 +0000 |
commit | 1d675f68c972a5a3fb248fcfb4fe5c80b821edff (patch) | |
tree | c5b5c9593d8d4d38e9650a3b4024f95aa07c324a /media-gfx/imv | |
parent | x11-libs/libva-intel-media-driver: new '_pre' version (diff) | |
download | gentoo-1d675f68c972a5a3fb248fcfb4fe5c80b821edff.tar.gz gentoo-1d675f68c972a5a3fb248fcfb4fe5c80b821edff.tar.bz2 gentoo-1d675f68c972a5a3fb248fcfb4fe5c80b821edff.zip |
media-gfx/imv: add wayland-scanner bdep, minor style fixes
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/imv')
-rw-r--r-- | media-gfx/imv/imv-4.2.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/imv/imv-4.2.0.ebuild b/media-gfx/imv/imv-4.2.0.ebuild index 25863200b0b2..c3beeda396a8 100644 --- a/media-gfx/imv/imv-4.2.0.ebuild +++ b/media-gfx/imv/imv-4.2.0.ebuild @@ -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 @@ -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" |