diff options
Diffstat (limited to 'dev-db/pgbouncer/pgbouncer-1.12.0.ebuild')
-rw-r--r-- | dev-db/pgbouncer/pgbouncer-1.12.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/pgbouncer/pgbouncer-1.12.0.ebuild b/dev-db/pgbouncer/pgbouncer-1.12.0.ebuild index 5d41644f4c44..3e1f0046c6e8 100644 --- a/dev-db/pgbouncer/pgbouncer-1.12.0.ebuild +++ b/dev-db/pgbouncer/pgbouncer-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,7 +46,6 @@ src_prepare() { src_configure() { # --enable-debug is only used to disable stripping econf \ - --docdir=/usr/share/doc/${PF} \ --enable-debug \ $(use_with c-ares cares) \ $(use_enable debug cassert) \ |