diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 22:32:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 23:00:17 +0200 |
commit | a7e7141334390ce95e6318556529863d585622cc (patch) | |
tree | 8821fcbb7f088d961ebb88ffa796bbbabaeadea9 /net-voip | |
parent | net-proxy/http-replicator: [QA] Add missing python metadata variables (diff) | |
download | gentoo-a7e7141334390ce95e6318556529863d585622cc.tar.gz gentoo-a7e7141334390ce95e6318556529863d585622cc.tar.bz2 gentoo-a7e7141334390ce95e6318556529863d585622cc.zip |
net-voip/telepathy-haze: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild index a2fa71931ca0..f1129cbc8855 100644 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 @@ -15,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" #IUSE="test" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Tests failing, see upstream: https://bugs.freedesktop.org/34577 RESTRICT="test" diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild index edd9822e2a01..88570dc6ca76 100644 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 @@ -15,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" #IUSE="test" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Tests failing, see upstream: https://bugs.freedesktop.org/34577 RESTRICT="test" |