diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-06-08 04:16:27 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-06-08 04:16:27 +0500 |
commit | 4308db24925483e516ebeb6058176c368196475c (patch) | |
tree | 8f1510ad144aaf2aa7d3fdd766548387cc3917f3 | |
parent | dev-crystal/webless: add upstream maintainer (diff) | |
download | guru-4308db24925483e516ebeb6058176c368196475c.tar.gz guru-4308db24925483e516ebeb6058176c368196475c.tar.bz2 guru-4308db24925483e516ebeb6058176c368196475c.zip |
app-portage/gentle: add a test dep
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r-- | app-portage/gentle/gentle-0.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-portage/gentle/gentle-0.1.ebuild b/app-portage/gentle/gentle-0.1.ebuild index 238774459..67fa0d501 100644 --- a/app-portage/gentle/gentle-0.1.ebuild +++ b/app-portage/gentle/gentle-0.1.ebuild @@ -15,6 +15,8 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64" +BDEPEND="test? ( app-text/xmldiff[${PYTHON_USEDEP}] )" + distutils_enable_tests pytest pkg_postinst() { |