mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-25 00:11:23 +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
|
# We don't want to support interpreted languages, changes/updates we make
|
||||||
# would have a high risk of breaking users.
|
# would have a high risk of breaking users.
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
# TODO dev-lang/python
|
dev-lang/python
|
||||||
dev-lang/ruby
|
dev-lang/ruby
|
||||||
|
|
||||||
# Since all SSL/TLS implementations are bad we minimize the number we ship.
|
# 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-lang/spidermonkey:0/mozjs185[-debug]
|
||||||
>=dev-libs/glib-2.32:2
|
>=dev-libs/glib-2.32:2
|
||||||
>=dev-libs/expat-2:=
|
>=dev-libs/expat-2:=
|
||||||
introspection? ( >=dev-libs/gobject-introspection-1:= )
|
|
||||||
pam? (
|
pam? (
|
||||||
sys-auth/pambase
|
sys-auth/pambase
|
||||||
virtual/pam
|
virtual/pam
|
||||||
@ -28,6 +27,7 @@ CDEPEND="
|
|||||||
DEPEND="${CDEPEND}
|
DEPEND="${CDEPEND}
|
||||||
app-text/docbook-xml-dtd:4.1.2
|
app-text/docbook-xml-dtd:4.1.2
|
||||||
app-text/docbook-xsl-stylesheets
|
app-text/docbook-xsl-stylesheets
|
||||||
|
introspection? ( >=dev-libs/gobject-introspection-1:= )
|
||||||
dev-libs/libxslt
|
dev-libs/libxslt
|
||||||
dev-util/gtk-doc-am
|
dev-util/gtk-doc-am
|
||||||
dev-util/intltool
|
dev-util/intltool
|
Loading…
x
Reference in New Issue
Block a user