diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-04-03 19:48:22 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-04-03 19:48:22 +0000 |
commit | 6f0e748713922836b3cc67a11201def9145ba251 (patch) | |
tree | e6c6415d7702cdb8c1d7a2a2e6d1621976e1f0f4 /net-im | |
parent | Enforce missing USE dependency. (diff) | |
download | gentoo-2-6f0e748713922836b3cc67a11201def9145ba251.tar.gz gentoo-2-6f0e748713922836b3cc67a11201def9145ba251.tar.bz2 gentoo-2-6f0e748713922836b3cc67a11201def9145ba251.zip |
Enforce missing USE dependency.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-call-ui/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog index cf526de5ec42..914b6ef5c46b 100644 --- a/net-im/ktp-call-ui/ChangeLog +++ b/net-im/ktp-call-ui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ktp-call-ui -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.30 2014/12/02 13:08:18 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.31 2015/04/03 19:48:22 kensington Exp $ + + 03 Apr 2015; Michael Palimaka <kensington@gentoo.org> + ktp-call-ui-0.9.0.ebuild: + Enforce missing USE dependency. 02 Dec 2014; Michael Palimaka <kensington@gentoo.org> -ktp-call-ui-0.8.1.ebuild: diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild index f4e3ed4d724c..7f6b53626e83 100644 --- a/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild +++ b/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild,v 1.1 2014/10/26 16:37:44 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild,v 1.2 2015/04/03 19:48:22 kensington Exp $ EAPI=5 @@ -23,7 +23,7 @@ SLOT="4" IUSE="debug v4l" DEPEND=" - >=media-libs/qt-gstreamer-1.2.0 + >=media-libs/qt-gstreamer-1.2.0[qt4(+)] >=net-im/ktp-common-internals-${PV} net-libs/farstream:0.2 >=net-libs/telepathy-farstream-0.6.0 |