As of October 2024, hugo is no longer being built with deploy support by default: https://github.com/gohugoio/hugo/pull/12995 -- this means that currently, with identical use flags, the stable 0.131.0 hugo ebuild is built WITH deploy support, and the testing 0.114.2 hugo ebuild is built WITHOUT deployment support. This setting was never exposed as a USE flag and the change in behavior was unexpected. Reproducible: Always Steps to Reproduce: 1. emerge =www-apps/hugo-0.131.0 2. Run hugo deploy 3. Site deploys (if configured) 4. emerge =www-apps/hugo-0.114.2 5. Run hugo deploy Actual Results: Get error pointing to https://github.com/gohugoio/hugo/pull/12995 about deploy support being made a non-default compile option. Expected Results: Deploy support being controlled by a use flag, so it would've signaled to me to change the USE flag as the default changed.