commit: 76ff17bf260af22c065e920700e6524258a14eb8 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Fri Feb 3 06:08:13 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Feb 3 06:08:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ff17bf
www-apps/hugo: set BDEPEND for <dev-lang/go-1.20 Bug: https://bugs.gentoo.org/892980 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> www-apps/hugo/hugo-0.108.0.ebuild | 3 ++- www-apps/hugo/hugo-0.110.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www-apps/hugo/hugo-0.108.0.ebuild b/www-apps/hugo/hugo-0.108.0.ebuild index 129d62e8af01..d755ec533746 100644 --- a/www-apps/hugo/hugo-0.108.0.ebuild +++ b/www-apps/hugo/hugo-0.108.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Gentoo Authors +# Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,7 @@ IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 + <dev-lang/go-1.20 test? ( dev-python/docutils dev-ruby/asciidoctor diff --git a/www-apps/hugo/hugo-0.110.0.ebuild b/www-apps/hugo/hugo-0.110.0.ebuild index 18b6e28bfd59..36046e888d40 100644 --- a/www-apps/hugo/hugo-0.110.0.ebuild +++ b/www-apps/hugo/hugo-0.110.0.ebuild @@ -22,6 +22,7 @@ IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 + <dev-lang/go-1.20 test? ( dev-python/docutils dev-ruby/asciidoctor
