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 2E34915800F for ; Sun, 5 Feb 2023 09:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC622E0798; Sun, 5 Feb 2023 09:13:02 +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 A1901E0798 for ; Sun, 5 Feb 2023 09:13:02 +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 69BEF340CAA for ; Sun, 5 Feb 2023 09:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A682C891 for ; Sun, 5 Feb 2023 09:12:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1675588371.5231b13a072deddffc9a6c5aa5d7eab03faa6f99.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_security/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_security/mod_security-2.9.7.ebuild X-VCS-Directories: www-apache/mod_security/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5231b13a072deddffc9a6c5aa5d7eab03faa6f99 X-VCS-Branch: master Date: Sun, 5 Feb 2023 09:12:59 +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: b0545b64-a6f4-4833-8cb1-14bf691e36bc X-Archives-Hash: 95480b259ea5334b4645be6328322e2b commit: 5231b13a072deddffc9a6c5aa5d7eab03faa6f99 Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 5 08:57:17 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 5 09:12:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5231b13a www-apache/mod_security: update COMMON_DEPEND to just DEPEND in 2.9.7 Signed-off-by: Joonas Niilola gentoo.org> www-apache/mod_security/mod_security-2.9.7.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/www-apache/mod_security/mod_security-2.9.7.ebuild b/www-apache/mod_security/mod_security-2.9.7.ebuild index 85494e85a269..6905aea4982b 100644 --- a/www-apache/mod_security/mod_security-2.9.7.ebuild +++ b/www-apache/mod_security/mod_security-2.9.7.ebuild @@ -21,10 +21,14 @@ IUSE="doc fuzzyhash geoip jit json lua mlogc pcre2" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" -COMMON_DEPEND="dev-libs/apr - dev-libs/apr-util[openssl] +DEPEND="dev-libs/apr:1= + dev-libs/apr-util:1[openssl] + dev-libs/expat dev-libs/libxml2 dev-libs/libpcre[jit?] + net-misc/curl + sys-apps/util-linux + sys-libs/gdbm:= virtual/libcrypt:= fuzzyhash? ( app-crypt/ssdeep ) json? ( dev-libs/yajl ) @@ -33,8 +37,7 @@ COMMON_DEPEND="dev-libs/apr pcre2? ( dev-libs/libpcre2:= ) www-servers/apache[apache2_modules_unique_id]" BDEPEND="doc? ( app-doc/doxygen )" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} geoip? ( dev-libs/geoip ) mlogc? ( dev-lang/perl )" PDEPEND=">=www-apache/modsecurity-crs-3.3.2"