From da1f0a401b3ffc96424e8e10645ad8bab0d4c521 Mon Sep 17 00:00:00 2001 From: v4hn Date: Fri, 24 Apr 2015 12:30:22 +0200 Subject: [PATCH] gobject-introspection: gi depends on cairo, not the other way around. --- devel/gobject-introspection/DEPENDS | 4 ++++ devel/gobject-introspection/POST_INSTALL | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 devel/gobject-introspection/POST_INSTALL diff --git a/devel/gobject-introspection/DEPENDS b/devel/gobject-introspection/DEPENDS index 760449ae5f2..4c5efbc9cdd 100644 --- a/devel/gobject-introspection/DEPENDS +++ b/devel/gobject-introspection/DEPENDS @@ -1,4 +1,8 @@ depends libffi depends glib-2 +# actually this is an optdep, but most introspection modules +# will fail without cairo support +depends cairo + optional_depends Python "" "" "For Python support" diff --git a/devel/gobject-introspection/POST_INSTALL b/devel/gobject-introspection/POST_INSTALL deleted file mode 100644 index 899ed5b16ef..00000000000 --- a/devel/gobject-introspection/POST_INSTALL +++ /dev/null @@ -1 +0,0 @@ -if module_installed cairo ; then lin cairo ; fi