diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2024-04-02 23:03:53 -0400 |
---|---|---|
committer | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2024-04-02 23:04:26 -0400 |
commit | b4eb8c002899c5843cf7149b7b267ead42ec0e47 (patch) | |
tree | 8c4f6084b6a2573751bb76fe45441fc1c2513567 /games-util | |
parent | games-util/dwarf-therapist: drop v41.2.2 (diff) | |
download | guru-b4eb8c002899c5843cf7149b7b267ead42ec0e47.tar.gz guru-b4eb8c002899c5843cf7149b7b267ead42ec0e47.tar.bz2 guru-b4eb8c002899c5843cf7149b7b267ead42ec0e47.zip |
games-util/dwarf-therapist: fix pkgcheck lint
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild index 4dd824ad4..f193752d1 100644 --- a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild +++ b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild @@ -13,12 +13,12 @@ DESCRIPTION="For managing dwarves in Dwarf Fortress" HOMEPAGE="https://github.com/Dwarf-Therapist/Dwarf-Therapist" SRC_URI="https://github.com/Dwarf-Therapist/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}" - RDEPEND=" dev-qt/qtconcurrent:5 dev-qt/qtdeclarative:5 |