From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1278972-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 1997013835A
	for <garchives@archives.gentoo.org>; Thu,  6 May 2021 10:02:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 72820E0A00;
	Thu,  6 May 2021 10:02:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 59531E0A00
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 10:02:24 +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 5A983340DE9
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 10:02:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B5559C
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 May 2021 10:02:22 +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: <1620295322.5fecb01174e866e6ddfc305dd8ae8f9066c5d518.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-db/redis/redis-6.0.13-r1.ebuild dev-db/redis/redis-6.0.13.ebuild dev-db/redis/redis-6.2.3-r1.ebuild dev-db/redis/redis-6.2.3.ebuild
X-VCS-Directories: dev-db/redis/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5fecb01174e866e6ddfc305dd8ae8f9066c5d518
X-VCS-Branch: master
Date: Thu,  6 May 2021 10:02: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: 81b8b5ee-ef04-4211-8626-b0d3beb18d68
X-Archives-Hash: 1c6a3c1bf26fd56f9d3782877b8e9b5a

commit:     5fecb01174e866e6ddfc305dd8ae8f9066c5d518
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  5 14:49:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  6 10:02:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fecb011

dev-db/redis: pass systemd flag to make

Bug: https://bugs.gentoo.org/788211
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/redis/{redis-6.0.13.ebuild => redis-6.0.13-r1.ebuild} | 2 ++
 dev-db/redis/{redis-6.2.3.ebuild => redis-6.2.3-r1.ebuild}   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-db/redis/redis-6.0.13.ebuild b/dev-db/redis/redis-6.0.13-r1.ebuild
similarity index 99%
rename from dev-db/redis/redis-6.0.13.ebuild
rename to dev-db/redis/redis-6.0.13-r1.ebuild
index 58e7cc8306e..8b23babaf71 100644
--- a/dev-db/redis/redis-6.0.13.ebuild
+++ b/dev-db/redis/redis-6.0.13-r1.ebuild
@@ -125,6 +125,8 @@ src_compile() {
 		myconf+=" BUILD_TLS=yes"
 	fi
 
+	export USE_SYSTEMD=$(usex systemd)
+
 	tc-export AR CC RANLIB
 	emake V=1 ${myconf} AR="${AR}" CC="${CC}" RANLIB="${RANLIB}"
 }

diff --git a/dev-db/redis/redis-6.2.3.ebuild b/dev-db/redis/redis-6.2.3-r1.ebuild
similarity index 99%
rename from dev-db/redis/redis-6.2.3.ebuild
rename to dev-db/redis/redis-6.2.3-r1.ebuild
index db5733af1dd..a40086fabfb 100644
--- a/dev-db/redis/redis-6.2.3.ebuild
+++ b/dev-db/redis/redis-6.2.3-r1.ebuild
@@ -125,6 +125,8 @@ src_compile() {
 		myconf+=" BUILD_TLS=yes"
 	fi
 
+	export USE_SYSTEMD=$(usex systemd)
+
 	tc-export AR CC RANLIB
 	emake V=1 ${myconf} AR="${AR}" CC="${CC}" RANLIB="${RANLIB}"
 }