diff options
author | 2013-09-05 19:01:34 +0000 | |
---|---|---|
committer | 2013-09-05 19:01:34 +0000 | |
commit | b7cf71988450dc434be455b130a22126b85d9f11 (patch) | |
tree | 77d6372e822b37af035bfb923799c45371a67cfc /net-libs/telepathy-qt | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-b7cf71988450dc434be455b130a22126b85d9f11.tar.gz gentoo-2-b7cf71988450dc434be455b130a22126b85d9f11.tar.bz2 gentoo-2-b7cf71988450dc434be455b130a22126b85d9f11.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r-- | net-libs/telepathy-qt/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/telepathy-qt/ChangeLog b/net-libs/telepathy-qt/ChangeLog index 8d00507b2eb3..a400334b7f2f 100644 --- a/net-libs/telepathy-qt/ChangeLog +++ b/net-libs/telepathy-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/telepathy-qt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.21 2013/06/05 21:35:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.22 2013/09/05 19:01:34 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> telepathy-qt-0.9.3-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *telepathy-qt-0.9.3-r1 (05 Jun 2013) diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild index 053d818a4d97..6ba350dbdb6c 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.1 2013/06/05 21:35:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.2 2013/09/05 19:01:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit base python-any-r1 cmake-utils virtualx DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" |