pesa 15/05/14 14:44:56 Modified: telepathy-qt-0.9.5.ebuild ChangeLog Log: Add missing REQUIRED_USE. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.7 net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?r1=1.6&r2=1.7 Index: telepathy-qt-0.9.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- telepathy-qt-0.9.5.ebuild 25 Mar 2015 14:05:04 -0000 1.6 +++ telepathy-qt-0.9.5.ebuild 14 May 2015 14:44:56 -0000 1.7 @@ -1,13 +1,13 @@ # Copyright 1999-2015 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.5.ebuild,v 1.6 2015/03/25 14:05:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.7 2015/05/14 14:44:56 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 cmake-utils virtualx multibuild -DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" +DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" @@ -16,6 +16,8 @@ KEYWORDS="amd64 ~arm x86" IUSE="debug farstream +qt4 qt5 test" +REQUIRED_USE="|| ( qt4 qt5 )" + RDEPEND=" farstream? ( >=net-libs/telepathy-farstream-0.2.2 1.37 net-libs/telepathy-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 27 Mar 2015 14:41:20 -0000 1.36 +++ ChangeLog 14 May 2015 14:44:56 -0000 1.37 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/telepathy-qt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.36 2015/03/27 14:41:20 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.37 2015/05/14 14:44:56 pesa Exp $ + + 14 May 2015; Davide Pesavento <[email protected]> telepathy-qt-0.9.5.ebuild: + Add missing REQUIRED_USE. 27 Mar 2015; Michael Palimaka <[email protected]> -files/telepathy-qt-0.9.3-avatar-duplication.patch,
