sys-cluster/genders: Fix failing test phase

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-05 11:41:10 +01:00
parent afcf988a9e
commit 394cdcbeab
2 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ case "${PV}" in
;;
esac
DESCRIPTION="Genders is a static cluster configuration database used for cluster configuration management."
DESCRIPTION="Static cluster configuration database used for cluster configuration management."
HOMEPAGE="https://github.com/chaos/genders"
LICENSE="GPL-2"
SLOT="0"
@@ -88,6 +88,12 @@ src_compile() {
fi
}
src_test() {
cd src/testsuite
default
cd ../..
}
src_install() {
default

View File

@@ -24,7 +24,7 @@ case "${PV}" in
;;
esac
DESCRIPTION="Genders is a static cluster configuration database used for cluster configuration management."
DESCRIPTION="Static cluster configuration database used for cluster configuration management."
HOMEPAGE="https://github.com/chaos/genders"
LICENSE="GPL-2"
SLOT="0"