diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-05-14 14:44:56 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-05-14 14:44:56 +0000 |
commit | f804e8223f88ef8440b752f08b1a42cee4538e5a (patch) | |
tree | 5cc8057b15fb64f03214644c9ec91bda4d9fa927 /net-libs/telepathy-qt | |
parent | Workaround bug #549406: disable phonon on non-native ABIs until media-libs/ph... (diff) | |
download | gentoo-2-f804e8223f88ef8440b752f08b1a42cee4538e5a.tar.gz gentoo-2-f804e8223f88ef8440b752f08b1a42cee4538e5a.tar.bz2 gentoo-2-f804e8223f88ef8440b752f08b1a42cee4538e5a.zip |
Add missing REQUIRED_USE.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
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.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/telepathy-qt/ChangeLog b/net-libs/telepathy-qt/ChangeLog index 32aaf1701773..660625c8880a 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-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 <pesa@gentoo.org> telepathy-qt-0.9.5.ebuild: + Add missing REQUIRED_USE. 27 Mar 2015; Michael Palimaka <kensington@gentoo.org> -files/telepathy-qt-0.9.3-avatar-duplication.patch, diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild index 757b5e559f48..1027dd3d5aaa 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild @@ -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 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="debug farstream +qt4 qt5 test" +REQUIRED_USE="|| ( qt4 qt5 )" + RDEPEND=" farstream? ( >=net-libs/telepathy-farstream-0.2.2 |