diff options
Diffstat (limited to 'dev-db/pgbouncer/pgbouncer-1.9.0.ebuild')
-rw-r--r-- | dev-db/pgbouncer/pgbouncer-1.9.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/pgbouncer/pgbouncer-1.9.0.ebuild b/dev-db/pgbouncer/pgbouncer-1.9.0.ebuild index 67cf28b802de..51abcc975d86 100644 --- a/dev-db/pgbouncer/pgbouncer-1.9.0.ebuild +++ b/dev-db/pgbouncer/pgbouncer-1.9.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="6" @@ -42,7 +42,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) \ |