commit:     dd88e018318aef96f5271d0b9eed83cd0812eb62
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jun 24 12:24:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 02:50:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd88e018

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 <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/25811
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/hugo/hugo-0.101.0.ebuild | 4 ++--
 www-apps/hugo/hugo-0.99.1.ebuild  | 4 ++--
 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>

Reply via email to