diff options
author | William Hubbs <williamh@gentoo.org> | 2023-02-03 11:44:29 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-02-03 11:45:03 -0600 |
commit | 26405516f93ce1695efced404bc3a2f0731e27b1 (patch) | |
tree | c4fb67a96eb4a63b5638b07a0c7f3bde6a44ec76 /www-apps | |
parent | app-emulation/virtio-win: add README (diff) | |
download | gentoo-26405516f93ce1695efced404bc3a2f0731e27b1.tar.gz gentoo-26405516f93ce1695efced404bc3a2f0731e27b1.tar.bz2 gentoo-26405516f93ce1695efced404bc3a2f0731e27b1.zip |
www-apps/hugo: drop go 1.20 blocker
Bug: https://bugs.gentoo.org/892980
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/hugo/hugo-0.108.0.ebuild | 1 | ||||
-rw-r--r-- | www-apps/hugo/hugo-0.110.0.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www-apps/hugo/hugo-0.108.0.ebuild b/www-apps/hugo/hugo-0.108.0.ebuild index d755ec533746..8985198b2e7d 100644 --- a/www-apps/hugo/hugo-0.108.0.ebuild +++ b/www-apps/hugo/hugo-0.108.0.ebuild @@ -22,7 +22,6 @@ 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 36046e888d40..18b6e28bfd59 100644 --- a/www-apps/hugo/hugo-0.110.0.ebuild +++ b/www-apps/hugo/hugo-0.110.0.ebuild @@ -22,7 +22,6 @@ IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 - <dev-lang/go-1.20 test? ( dev-python/docutils dev-ruby/asciidoctor |