mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
sys-auth/polkit: remove gobject-introspection from RDEPEND
polkit's gobject library doesn't actually link against the library provided by gobject-introspection so this appears to be a build-time only dependency. Fixing this prunes python and lots of other packages.
This commit is contained in:
parent
c8981d588e
commit
e14eda6be6
@ -4,7 +4,7 @@
|
||||
# We don't want to support interpreted languages, changes/updates we make
|
||||
# would have a high risk of breaking users.
|
||||
dev-lang/perl
|
||||
# TODO dev-lang/python
|
||||
dev-lang/python
|
||||
dev-lang/ruby
|
||||
|
||||
# Since all SSL/TLS implementations are bad we minimize the number we ship.
|
||||
|
@ -18,7 +18,6 @@ CDEPEND="
|
||||
dev-lang/spidermonkey:0/mozjs185[-debug]
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=dev-libs/expat-2:=
|
||||
introspection? ( >=dev-libs/gobject-introspection-1:= )
|
||||
pam? (
|
||||
sys-auth/pambase
|
||||
virtual/pam
|
||||
@ -28,6 +27,7 @@ CDEPEND="
|
||||
DEPEND="${CDEPEND}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
app-text/docbook-xsl-stylesheets
|
||||
introspection? ( >=dev-libs/gobject-introspection-1:= )
|
||||
dev-libs/libxslt
|
||||
dev-util/gtk-doc-am
|
||||
dev-util/intltool
|
Loading…
x
Reference in New Issue
Block a user