mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user