diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-20 17:38:32 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-20 17:44:10 -0500 |
commit | 72b0c8ba7f7204925eefcd3b6b324c0e728d03f4 (patch) | |
tree | 8da157de856a870f3d59f61b9d8ced0771387d90 /media-gfx | |
parent | media-gfx/imv: drop live ebuild (diff) | |
download | gentoo-72b0c8ba7f7204925eefcd3b6b324c0e728d03f4.tar.gz gentoo-72b0c8ba7f7204925eefcd3b6b324c0e728d03f4.tar.bz2 gentoo-72b0c8ba7f7204925eefcd3b6b324c0e728d03f4.zip |
media-gfx/imv: cleanup live conditional block
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/imv/imv-4.4.0.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/media-gfx/imv/imv-4.4.0.ebuild b/media-gfx/imv/imv-4.4.0.ebuild index 2aca12fa827d..3ac1a362e72e 100644 --- a/media-gfx/imv/imv-4.4.0.ebuild +++ b/media-gfx/imv/imv-4.4.0.ebuild @@ -5,20 +5,14 @@ EAPI=8 inherit meson xdg -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~exec64/imv/" -else - SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~x86" -fi - DESCRIPTION="Minimal image viewer designed for tiling window manager users" HOMEPAGE="https://sr.ht/~exec64/imv/" +SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT-with-advertising" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="+X +freeimage gif heif icu jpeg png svg test tiff wayland" REQUIRED_USE="|| ( X wayland )" RESTRICT="!test? ( test )" |