media-libs/jpeg-xl: simplify live ebuild

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
This commit is contained in:
Daniel Novomesky
2021-01-13 13:15:44 +01:00
parent 8ad3e268f5
commit 08c1b7e193

View File

@@ -3,7 +3,7 @@
EAPI="7"
inherit cmake git-r3
inherit xdg cmake git-r3
DESCRIPTION="JPEG XL Reference Software"
HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/"
@@ -48,11 +48,3 @@ src_configure() {
cmake_src_configure
}
pkg_postinst() {
xdg_mimeinfo_database_update
}
pkg_postrm() {
xdg_mimeinfo_database_update
}