diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-09 14:19:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-09 14:19:03 +0000 |
commit | 6b2b1ee189798723d0918a3c8ece4068e0ab837c (patch) | |
tree | d1753f012381ad925a9bac1e7dc193a90c2a81b3 | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-6b2b1ee189798723d0918a3c8ece4068e0ab837c.tar.gz gentoo-2-6b2b1ee189798723d0918a3c8ece4068e0ab837c.tar.bz2 gentoo-2-6b2b1ee189798723d0918a3c8ece4068e0ab837c.zip |
add missing test to IUSE
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild index 9b5decd092f6..06904702054a 100644 --- a/net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild +++ b/net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild,v 1.1 2009/08/08 03:05:54 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.3.1.ebuild,v 1.2 2009/08/09 14:19:03 mr_bones_ Exp $ DESCRIPTION="Telepathy connection manager providing libpurple supported protocols." @@ -10,7 +10,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="" +IUSE="test" RDEPEND=">=net-im/pidgin-2.1.1 >=net-libs/telepathy-glib-0.7.21 |