diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-04-02 16:09:09 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-04-02 16:09:09 +0000 |
commit | 074751e54b0df40c88e754f997c15165e1e076e6 (patch) | |
tree | 0d338052e3d389d61a746a72753987d319bb2707 /net-im | |
parent | Removed versions older than a stable version in the same branch, oldest stabl... (diff) | |
download | gentoo-2-074751e54b0df40c88e754f997c15165e1e076e6.tar.gz gentoo-2-074751e54b0df40c88e754f997c15165e1e076e6.tar.bz2 gentoo-2-074751e54b0df40c88e754f997c15165e1e076e6.zip |
Remove telepathy USE flag because it requires an old version of telepathy-qt that will be removed soon.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qutim/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/qutim/qutim-0.3.1.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net-im/qutim/ChangeLog b/net-im/qutim/ChangeLog index 1ed8cc63583a..a3939bd2beda 100644 --- a/net-im/qutim/ChangeLog +++ b/net-im/qutim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/qutim -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.25 2013/07/04 16:49:30 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.26 2014/04/02 16:09:09 kensington Exp $ + + 02 Apr 2014; Michael Palimaka <kensington@gentoo.org> qutim-0.3.1.ebuild: + Remove telepathy USE flag because it requires an old version of telepathy-qt + that will be removed soon. 04 Jul 2013; Michael Palimaka <kensington@gentoo.org> qutim-0.3.1.ebuild: Switch to cmake-utils_src_prepare. diff --git a/net-im/qutim/qutim-0.3.1.ebuild b/net-im/qutim/qutim-0.3.1.ebuild index cadeab0f34ac..540e4d2edba4 100644 --- a/net-im/qutim/qutim-0.3.1.ebuild +++ b/net-im/qutim/qutim-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v 1.7 2013/07/04 16:49:30 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v 1.8 2014/04/02 16:09:09 kensington Exp $ EAPI=4 @@ -16,7 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="aspell awn ayatana crypt dbus debug doc histman hunspell irc jabber kde kinetic mrim - multimedia oscar otr phonon purple qml sdl +ssl telepathy vkontakte webkit +xscreensaver" + multimedia oscar otr phonon purple qml sdl +ssl vkontakte webkit +xscreensaver" REQUIRED_USE=" oscar? ( ssl ) @@ -60,7 +60,6 @@ CDEPEND=" >=dev-qt/qtopengl-${QT_PV} ) sdl? ( media-libs/sdl-mixer ) - telepathy? ( =net-libs/telepathy-qt-0.8* ) vkontakte? ( >=dev-qt/qtwebkit-${QT_PV} ) webkit? ( >=dev-qt/qtwebkit-${QT_PV} ) xscreensaver? ( x11-libs/libXScrnSaver ) @@ -126,7 +125,6 @@ src_configure() { $(cmake-utils_use mrim) $(cmake-utils_use oscar) $(cmake-utils_use purple QUETZAL) - $(cmake-utils_use telepathy ASTRAL) $(cmake-utils_use vkontakte) ) cmake-utils_src_configure |