commit: 6dda196d446810c5a5b116f6353267b16c2f50e1 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org> AuthorDate: Tue Jun 28 08:45:55 2022 +0000 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org> CommitDate: Tue Jun 28 09:27:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dda196d
net-proxy/haproxy: Fix USE=doc installation Bug: https://bugs.gentoo.org/854699 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org> net-proxy/haproxy/haproxy-2.6.1.ebuild | 2 +- net-proxy/haproxy/haproxy-2.6.9999.ebuild | 2 +- net-proxy/haproxy/haproxy-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/haproxy/haproxy-2.6.1.ebuild b/net-proxy/haproxy/haproxy-2.6.1.ebuild index 2b772750ef60..daf0687ac086 100644 --- a/net-proxy/haproxy/haproxy-2.6.1.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.1.ebuild @@ -133,7 +133,7 @@ src_install() { doins examples/errorfiles/* if use doc; then - dodoc ROADMAP doc/*.txt + dodoc doc/*.txt #if use lua; then # TODO: doc/lua-api/ #fi diff --git a/net-proxy/haproxy/haproxy-2.6.9999.ebuild b/net-proxy/haproxy/haproxy-2.6.9999.ebuild index 2b772750ef60..daf0687ac086 100644 --- a/net-proxy/haproxy/haproxy-2.6.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.9999.ebuild @@ -133,7 +133,7 @@ src_install() { doins examples/errorfiles/* if use doc; then - dodoc ROADMAP doc/*.txt + dodoc doc/*.txt #if use lua; then # TODO: doc/lua-api/ #fi diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild index 2b772750ef60..daf0687ac086 100644 --- a/net-proxy/haproxy/haproxy-9999.ebuild +++ b/net-proxy/haproxy/haproxy-9999.ebuild @@ -133,7 +133,7 @@ src_install() { doins examples/errorfiles/* if use doc; then - dodoc ROADMAP doc/*.txt + dodoc doc/*.txt #if use lua; then # TODO: doc/lua-api/ #fi
