diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-06-24 14:24:53 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-25 03:50:22 +0100 |
commit | dd88e018318aef96f5271d0b9eed83cd0812eb62 (patch) | |
tree | f8efdf460b2c256588a2bce73c1bb7a6973c4cf4 /www-apps | |
parent | www-apps/hugo: drop 0.98.0 (diff) | |
download | gentoo-dd88e018318aef96f5271d0b9eed83cd0812eb62.tar.gz gentoo-dd88e018318aef96f5271d0b9eed83cd0812eb62.tar.bz2 gentoo-dd88e018318aef96f5271d0b9eed83cd0812eb62.zip |
www-apps/hugo: replace app-text/pandoc with virtual/pandoc
test-full USE-flag no longer needed because pandoc can now be installed
without 100+ extra dependencies.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/25811
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/hugo/hugo-0.101.0.ebuild | 4 | ||||
-rw-r--r-- | www-apps/hugo/hugo-0.99.1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/hugo/metadata.xml | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/www-apps/hugo/hugo-0.101.0.ebuild b/www-apps/hugo/hugo-0.101.0.ebuild index 27abe895a52a..5da974c57af6 100644 --- a/www-apps/hugo/hugo-0.101.0.ebuild +++ b/www-apps/hugo/hugo-0.101.0.ebuild @@ -18,14 +18,14 @@ SRC_URI=" LICENSE="Apache-2.0 BSD BSD-2 MIT Unlicense" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc +sass test test-full" +IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 test? ( dev-python/docutils dev-ruby/asciidoctor - test-full? ( app-text/pandoc ) + virtual/pandoc ) " RDEPEND=" diff --git a/www-apps/hugo/hugo-0.99.1.ebuild b/www-apps/hugo/hugo-0.99.1.ebuild index 1e707075854f..16dbceafb579 100644 --- a/www-apps/hugo/hugo-0.99.1.ebuild +++ b/www-apps/hugo/hugo-0.99.1.ebuild @@ -18,14 +18,14 @@ SRC_URI=" LICENSE="Apache-2.0 BSD BSD-2 MIT Unlicense" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc +sass test test-full" +IUSE="doc +sass test" BDEPEND=" >=dev-lang/go-1.18 test? ( dev-python/docutils dev-ruby/asciidoctor - test-full? ( app-text/pandoc ) + virtual/pandoc ) " RDEPEND=" diff --git a/www-apps/hugo/metadata.xml b/www-apps/hugo/metadata.xml index c1a8bfb7f195..d3bce6b51931 100644 --- a/www-apps/hugo/metadata.xml +++ b/www-apps/hugo/metadata.xml @@ -11,7 +11,6 @@ </maintainer> <use> <flag name="sass">Enable SASS/SCSS support</flag> - <flag name="test-full">Pull optional heavier test-dependency packages</flag> </use> <upstream> <remote-id type="github">gohugoio/hugo</remote-id> |