Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-base/
Date: Wed, 02 Nov 2016 08:34:04
Message-Id: 1478075620.0d29a8212dfee486f801aa36e22404fff17360ec.eva@gentoo
1 commit: 0d29a8212dfee486f801aa36e22404fff17360ec
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 08:33:06 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 08:33:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d29a821
7
8 app-admin/packagekit-base: PYTHON_USEDEP is inappropriate for gobject-introspection
9
10 It is a build time dependency which pulls python by itself and runtime dependency is only used for its repository.
11
12 Package-Manager: portage-2.3.2
13
14 app-admin/packagekit-base/packagekit-base-1.1.1.ebuild | 2 +-
15 app-admin/packagekit-base/packagekit-base-1.1.4.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
19 index e350cd3..46fa49f 100644
20 --- a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
21 +++ b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
22 @@ -38,7 +38,7 @@ CDEPEND="
23 >=sys-apps/dbus-1.3.0
24 ${PYTHON_DEPS}
25 connman? ( net-misc/connman )
26 - introspection? ( >=dev-libs/gobject-introspection-0.9.9:=[${PYTHON_USEDEP}] )
27 + introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
28 networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
29 systemd? ( >=sys-apps/systemd-204 )
30 "
31
32 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
33 index 223d4ed..685caea 100644
34 --- a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
35 +++ b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
36 @@ -38,7 +38,7 @@ CDEPEND="
37 >=sys-apps/dbus-1.3.0
38 ${PYTHON_DEPS}
39 connman? ( net-misc/connman )
40 - introspection? ( >=dev-libs/gobject-introspection-0.9.9:=[${PYTHON_USEDEP}] )
41 + introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
42 networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
43 systemd? ( >=sys-apps/systemd-204 )
44 "