diff options
author | Hanno Böck <hanno@gentoo.org> | 2022-03-05 12:18:30 +0100 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2022-03-05 12:18:30 +0100 |
commit | 09c507c789d2b52f94a3cebca395d23934321d01 (patch) | |
tree | 32a1694393eac858bfa063ffb671a549f02f4691 /net-libs/courier-authlib | |
parent | net-im/zoom: Remove old (diff) | |
download | gentoo-09c507c789d2b52f94a3cebca395d23934321d01.tar.gz gentoo-09c507c789d2b52f94a3cebca395d23934321d01.tar.bz2 gentoo-09c507c789d2b52f94a3cebca395d23934321d01.zip |
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 <hanno@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'net-libs/courier-authlib')
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild | 1 | ||||
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild | 1 |
2 files changed, 0 insertions, 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" \ |