diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-16 14:19:37 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-16 14:19:37 +0100 |
commit | 2c47d50eca21d555dd08e3246ee2357a712a6e40 (patch) | |
tree | 1333b1ffe1f06354ee81855b5c722ea31419d747 /net-libs/telepathy-glib | |
parent | sys-fs/aufs-util: Drop obsolete patch (diff) | |
download | gentoo-2c47d50eca21d555dd08e3246ee2357a712a6e40.tar.gz gentoo-2c47d50eca21d555dd08e3246ee2357a712a6e40.tar.bz2 gentoo-2c47d50eca21d555dd08e3246ee2357a712a6e40.zip |
net-libs/telepathy-glib: Convert to python-single-r1.eclsass
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild index 757cb8bf9c10..f49616b01caf 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" -inherit eutils gnome2 python-r1 vala virtualx +inherit eutils gnome2 python-single-r1 vala virtualx DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org" @@ -45,8 +45,6 @@ PDEPEND=" " src_configure() { - python_export_best - gnome2_src_configure \ --disable-static \ --disable-installed-tests \ diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild index e7cb802eb8d6..8574ff688094 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" -inherit eutils gnome2 python-r1 vala virtualx +inherit eutils gnome2 python-single-r1 vala virtualx DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org" @@ -46,8 +46,6 @@ PDEPEND=" " src_configure() { - python_export_best - gnome2_src_configure \ --disable-static \ --disable-installed-tests \ |