commit:     0d29a8212dfee486f801aa36e22404fff17360ec
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 08:33:06 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 08:33:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d29a821

app-admin/packagekit-base: PYTHON_USEDEP is inappropriate for 
gobject-introspection

It is a build time dependency which pulls python by itself and runtime 
dependency is only used for its repository.

Package-Manager: portage-2.3.2

 app-admin/packagekit-base/packagekit-base-1.1.1.ebuild | 2 +-
 app-admin/packagekit-base/packagekit-base-1.1.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
index e350cd3..46fa49f 100644
--- a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
@@ -38,7 +38,7 @@ CDEPEND="
        >=sys-apps/dbus-1.3.0
        ${PYTHON_DEPS}
        connman? ( net-misc/connman )
-       introspection? ( 
>=dev-libs/gobject-introspection-0.9.9:=[${PYTHON_USEDEP}] )
+       introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
        networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
        systemd? ( >=sys-apps/systemd-204 )
 "

diff --git a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
index 223d4ed..685caea 100644
--- a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
@@ -38,7 +38,7 @@ CDEPEND="
        >=sys-apps/dbus-1.3.0
        ${PYTHON_DEPS}
        connman? ( net-misc/connman )
-       introspection? ( 
>=dev-libs/gobject-introspection-0.9.9:=[${PYTHON_USEDEP}] )
+       introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
        networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
        systemd? ( >=sys-apps/systemd-204 )
 "

Reply via email to