# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LIBRETRO_REPO_NAME="libretro/${PN}" LIBRETRO_COMMIT_SHA="8d114dd55b0a357efec12d34d02dfe190a6ccc3a" DESCRIPTION="Assets needed for RetroArch. Also contains the official branding." HOMEPAGE="https://github.com/libretro/retroarch-assets" if [[ ${PV} == *9999 ]]; then SRC_URI="" EGIT_REPO_URI="https://github.com/${LIBRETRO_REPO_NAME}.git" KEYWORDS="" inherit git-r3 else inherit vcs-snapshot SRC_URI="https://github.com/${LIBRETRO_REPO_NAME}/archive/${LIBRETRO_COMMIT_SHA}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="CC-BY-4.0" SLOT="0" IUSE="materialui ozone rgui xmb" RDEPEND=" materialui? ( !!