From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1414614-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7AFFC158093
	for <garchives@archives.gentoo.org>; Sat,  2 Jul 2022 23:08:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 72F3DE0C78;
	Sat,  2 Jul 2022 23:08:48 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 51A6BE0C78
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jul 2022 23:08:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3DA81341DA3
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jul 2022 23:08:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 677BB521
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jul 2022 23:08:45 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1656803282.c8a96f7d7f7142a8359bb39ea1ea72d9f04c6bc4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
X-VCS-Directories: www-apps/ikiwiki/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c8a96f7d7f7142a8359bb39ea1ea72d9f04c6bc4
X-VCS-Branch: master
Date: Sat,  2 Jul 2022 23:08:45 +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: 5e210cb5-6897-4616-b4d3-8b907c849f2a
X-Archives-Hash: cf0656f3ce9c618adb01d59345bddd3b

commit:     c8a96f7d7f7142a8359bb39ea1ea72d9f04c6bc4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 23:08:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 23:08:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a96f7d

www-apps/ikiwiki: fix DIST_TEST

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild | 3 +--
 www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild b/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild
index e86dabfc5175..c50a939e4cee 100644
--- a/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild
+++ b/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DIST_TEST="do"
 inherit perl-module
 
 DESCRIPTION="A wiki compiler"
@@ -82,8 +83,6 @@ RDEPEND="${DEPEND}
 
 BDEPEND="test? ( ${TEST_DEPEND} )"
 
-SRC_TEST=do
-
 src_prepare() {
 	default
 

diff --git a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
index d67f27418da5..e93412259813 100644
--- a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
+++ b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DIST_TEST="do"
 inherit perl-module
 
 DESCRIPTION="A wiki compiler"
@@ -82,8 +83,6 @@ RDEPEND="${DEPEND}
 
 BDEPEND="test? ( ${TEST_DEPEND} )"
 
-SRC_TEST=do
-
 src_prepare() {
 	default