From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 84FFC15808B for ; Fri, 4 Mar 2022 11:22:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5B96E0AF0; Fri, 4 Mar 2022 11:22:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9AF2BE0AF0 for ; Fri, 4 Mar 2022 11:22:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6348534302A for ; Fri, 4 Mar 2022 11:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE450287 for ; Fri, 4 Mar 2022 11:22:42 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1646392954.0683c784f2928cc374803638c382821ad5fee14c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/apache-2.4.51-r2.ebuild www-servers/apache/apache-2.4.52-r1.ebuild X-VCS-Directories: www-servers/apache/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0683c784f2928cc374803638c382821ad5fee14c X-VCS-Branch: master Date: Fri, 4 Mar 2022 11:22:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c930414-2a4c-4ea5-adf5-d316c2932580 X-Archives-Hash: b546fe0644970455c5fcb5f86e95505d commit: 0683c784f2928cc374803638c382821ad5fee14c Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 4 11:22:14 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 4 11:22:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0683c784 www-servers/apache: Added missing systemd module defines Bug: https://bugs.gentoo.org/834568 Signed-off-by: Lars Wendler gentoo.org> www-servers/apache/apache-2.4.51-r2.ebuild | 1 + www-servers/apache/apache-2.4.52-r1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-servers/apache/apache-2.4.51-r2.ebuild b/www-servers/apache/apache-2.4.51-r2.ebuild index 665efaba2fe0..e56a939bcd94 100644 --- a/www-servers/apache/apache-2.4.51-r2.ebuild +++ b/www-servers/apache/apache-2.4.51-r2.ebuild @@ -120,6 +120,7 @@ MODULE_DEFINES=" ssl:SSL status:STATUS suexec:SUEXEC + systemd:SYSTEMD userdir:USERDIR " diff --git a/www-servers/apache/apache-2.4.52-r1.ebuild b/www-servers/apache/apache-2.4.52-r1.ebuild index 34f5fc10b748..33e2d8d77685 100644 --- a/www-servers/apache/apache-2.4.52-r1.ebuild +++ b/www-servers/apache/apache-2.4.52-r1.ebuild @@ -120,6 +120,7 @@ MODULE_DEFINES=" ssl:SSL status:STATUS suexec:SUEXEC + systemd:SYSTEMD userdir:USERDIR "