diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-02 09:33:06 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-02 09:33:40 +0100 |
commit | 0d29a8212dfee486f801aa36e22404fff17360ec (patch) | |
tree | 1637fb69d642a047588a5d975a42dc91d3b6ea80 /app-admin/packagekit-base | |
parent | sys-kernel/hardened-sources: version bump to 4.7.10-r2 (diff) | |
download | gentoo-0d29a8212dfee486f801aa36e22404fff17360ec.tar.gz gentoo-0d29a8212dfee486f801aa36e22404fff17360ec.tar.bz2 gentoo-0d29a8212dfee486f801aa36e22404fff17360ec.zip |
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
Diffstat (limited to 'app-admin/packagekit-base')
-rw-r--r-- | app-admin/packagekit-base/packagekit-base-1.1.1.ebuild | 2 | ||||
-rw-r--r-- | 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 e350cd3bc037..46fa49f9edce 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 223d4ed7b661..685caeae2ae7 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 ) " |