games-misc/lolcat-jaseg: move "if" under RDEPEND

Package-Manager: Portage-2.3.79, Repoman-2.3.16
This commit is contained in:
XGQT 2020-01-22 16:02:58 +01:00
parent 2a884a1a89
commit 99938e9846
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
2 changed files with 8 additions and 8 deletions

View File

@ -23,14 +23,14 @@ LICENSE="WTFPL-2"
SLOT="0"
IUSE=""
if [[ ${PV} != *9999* ]]; then
S="${WORKDIR}/${MY_P}"
fi
RDEPEND="
!games-misc/lolcat
"
if [[ ${PV} != *9999* ]]; then
S="${WORKDIR}/${MY_P}"
fi
src_install() {
insinto "/usr/bin"
doins "${MY_PN}"

View File

@ -23,14 +23,14 @@ LICENSE="WTFPL-2"
SLOT="0"
IUSE=""
if [[ ${PV} != *9999* ]]; then
S="${WORKDIR}/${MY_P}"
fi
RDEPEND="
!games-misc/lolcat
"
if [[ ${PV} != *9999* ]]; then
S="${WORKDIR}/${MY_P}"
fi
src_install() {
insinto "/usr/bin"
doins "${MY_PN}"