media-gfx/memethesis-cli: fix ReferenceInMetadataVar

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-03-28 12:13:29 +02:00
parent 90fc26572a
commit 854c2e1a88
2 changed files with 15 additions and 13 deletions

View File

@@ -3,7 +3,13 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
EGIT_REPO_URI="https://github.com/fakefred/${PN}"
case "${PV}" in
9999)
inherit git-r3
@@ -15,13 +21,8 @@ case "${PV}" in
KEYWORDS="~amd64"
esac
DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="Create memes from the terminal"
HOMEPAGE="${EGIT_REPO_URI}"
HOMEPAGE="https://github.com/fakefred/memethesis-cli"
LICENSE="GPL-3"
SLOT="0"