diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-09-13 21:50:56 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-09-13 22:53:29 +0300 |
commit | 515c59e03f56fe7627d00c3c0049624c1ac439dc (patch) | |
tree | 51490b6089584ef50bd152347058cb234d3052e5 /gnome-base | |
parent | gnome-base/gnome-shell: adjust glib minimum dep (diff) | |
download | gentoo-515c59e03f56fe7627d00c3c0049624c1ac439dc.tar.gz gentoo-515c59e03f56fe7627d00c3c0049624c1ac439dc.tar.bz2 gentoo-515c59e03f56fe7627d00c3c0049624c1ac439dc.zip |
gnome-base/gnome-shell: drop unnecessary asciidoc/sassc deps
Dist tarballs include manpage and stylesheets pregenerated since
40.alpha.1, with some kinks ironed out in 40.2 for the manpages.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-40.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-40.4.ebuild b/gnome-base/gnome-shell/gnome-shell-40.4.ebuild index bcac8ef26499..18c22c5a01b2 100644 --- a/gnome-base/gnome-shell/gnome-shell-40.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-40.4.ebuild @@ -116,9 +116,7 @@ PDEPEND=" browser-extension? ( gnome-extra/chrome-gnome-shell ) " BDEPEND=" - dev-lang/sassc dev-libs/libxslt - app-text/asciidoc >=dev-util/gdbus-codegen-2.45.3 dev-util/glib-utils gtk-doc? ( >=dev-util/gtk-doc-1.17 @@ -126,6 +124,9 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig " +# These are not needed from tarballs, unless stylesheets or manpage get patched with patchset: +# dev-lang/sassc +# app-text/asciidoc PATCHES=( # Fix automagic gnome-bluetooth dep, bug #398145 |