dev-lua/lunix: update to actually support 5.4
[sgilles-overlay.git] / media-gfx / idump / idump-9999.ebuild
blobcb5fde87341d87eaf3dd08c031516d1596a58981
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit git-r3
8 DESCRIPTION="Tiny image viewer for framebuffer"
9 HOMEPAGE="http://github.com/uobikiemukot/idump"
10 EGIT_REPO_URI="git://github.com/uobikiemukot/idump"
11 if [[ ${PV} == 9999 ]]
12 then
14 else
15 EGIT_COMMIT="v${PV}"
16 KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd"
19 LICENSE="MIT"
20 SLOT="0"
21 DEPEND="media-libs/libpng virtual/jpeg"
23 PATCHES=(
24 "${FILESDIR}/0001-Make-Makefile-portable.patch"