From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1150962-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D05DD138350
	for <garchives@archives.gentoo.org>; Sun,  8 Mar 2020 16:21:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8BF0BE0964;
	Sun,  8 Mar 2020 16:21:27 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6C76AE0965
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Mar 2020 16:21:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 855BC34F6A6
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Mar 2020 16:21:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 70B71187
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Mar 2020 16:21:22 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
Message-ID: <1583404870.394cdcbeabede017b8f76433dc4dd4c5d9cee6bd.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/genders/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: sys-cluster/genders/genders-1.27.3.ebuild sys-cluster/genders/genders-9999.ebuild
X-VCS-Directories: sys-cluster/genders/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 394cdcbeabede017b8f76433dc4dd4c5d9cee6bd
X-VCS-Branch: master
Date: Sun,  8 Mar 2020 16:21:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: db75d558-9d54-4f0d-875b-4b5239167e0a
X-Archives-Hash: 8de4e8c15960bfec417c8002d614fd3a
Message-ID: <20200308162122.p3pyxCbp54u3DJXbmUxOZ55i-CSpSn2Yi5LwkoXgy9U@z>

commit:     394cdcbeabede017b8f76433dc4dd4c5d9cee6bd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  5 10:41:10 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  5 10:41:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=394cdcbe

sys-cluster/genders: Fix failing test phase

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sys-cluster/genders/genders-1.27.3.ebuild | 8 +++++++-
 sys-cluster/genders/genders-9999.ebuild   | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/genders/genders-1.27.3.ebuild b/sys-cluster/genders/genders-1.27.3.ebuild
index 8719f05..ddfedac 100644
--- a/sys-cluster/genders/genders-1.27.3.ebuild
+++ b/sys-cluster/genders/genders-1.27.3.ebuild
@@ -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
 

diff --git a/sys-cluster/genders/genders-9999.ebuild b/sys-cluster/genders/genders-9999.ebuild
index 8719f05..99e5ae2 100644
--- a/sys-cluster/genders/genders-9999.ebuild
+++ b/sys-cluster/genders/genders-9999.ebuild
@@ -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"