mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -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
|
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"
|
HOMEPAGE="https://github.com/chaos/genders"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -88,6 +88,12 @@ src_compile() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
cd src/testsuite
|
||||||
|
default
|
||||||
|
cd ../..
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ case "${PV}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
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"
|
HOMEPAGE="https://github.com/chaos/genders"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user