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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 514E015808B for ; Sat, 5 Mar 2022 11:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F4DE0957; Sat, 5 Mar 2022 11:18:39 +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 6F443E0957 for ; Sat, 5 Mar 2022 11:18:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA6F5342D27 for ; Sat, 5 Mar 2022 11:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9126E2B0 for ; Sat, 5 Mar 2022 11:18:36 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1646479110.09c507c789d2b52f94a3cebca395d23934321d01.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/courier-authlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild X-VCS-Directories: net-libs/courier-authlib/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 09c507c789d2b52f94a3cebca395d23934321d01 X-VCS-Branch: master Date: Sat, 5 Mar 2022 11:18:36 +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: cb4e0c01-2910-4058-944d-445c5d91ce02 X-Archives-Hash: e0819bb2e15f28da8f6e2a5a41f6d148 commit: 09c507c789d2b52f94a3cebca395d23934321d01 Author: Hanno Böck gentoo org> AuthorDate: Sat Mar 5 11:18:30 2022 +0000 Commit: Hanno Böck gentoo org> CommitDate: Sat Mar 5 11:18:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c507c7 net-libs/courier-authlib: Remove obsolete configure parameter. The ebuild was passing --without-redhat to the configure script, current courier-authlib versions don't use that parameter any more. Closes: https://bugs.gentoo.org/828905 Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild | 1 - net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild b/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild index 1e7f1fc17d8d..741f18b564d2 100644 --- a/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild @@ -60,7 +60,6 @@ src_configure() { --sharedstatedir=/var/lib/courier/com \ --with-authdaemonvar=/var/lib/courier/authdaemon \ --with-authshadow \ - --without-redhat \ --with-mailuser=mail \ --with-mailgroup=mail \ --cache-file="${S}/configuring.cache" \ diff --git a/net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild b/net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild index 01f9c521b6d0..2c57e1a9719b 100644 --- a/net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild @@ -60,7 +60,6 @@ src_configure() { --sharedstatedir=/var/lib/courier/com \ --with-authdaemonvar=/var/lib/courier/authdaemon \ --with-authshadow \ - --without-redhat \ --with-mailuser=mail \ --with-mailgroup=mail \ --cache-file="${S}/configuring.cache" \