diff options
author | William Hubbs <williamh@gentoo.org> | 2023-02-03 00:08:13 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-02-03 00:08:13 -0600 |
commit | 76ff17bf260af22c065e920700e6524258a14eb8 (patch) | |
tree | 3391121a5ba05444012e5f2ecf8c7f9ada84bea6 /www-apps/hugo | |
parent | net-p2p/syncthing: set bdepend for < go 1.20 (diff) | |
download | gentoo-76ff17bf260af22c065e920700e6524258a14eb8.tar.gz gentoo-76ff17bf260af22c065e920700e6524258a14eb8.tar.bz2 gentoo-76ff17bf260af22c065e920700e6524258a14eb8.zip |
www-apps/hugo: set BDEPEND for <dev-lang/go-1.20
Bug: https://bugs.gentoo.org/892980
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'www-apps/hugo')
-rw-r--r-- | www-apps/hugo/hugo-0.108.0.ebuild | 3 | ||||
-rw-r--r-- | www-apps/hugo/hugo-0.110.0.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
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 |