diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-08 23:09:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-08 23:09:01 +0300 |
commit | 2397fd07ec616bddd8ff12b9a6081e8c3c5a11a5 (patch) | |
tree | 4e10a3bace1050019f16d2995e96007724882d5e /net-libs/libpurple | |
parent | 58925bd05b0acaa4ec0f87e9002a893ca2c05c69 (diff) |
new file: net-im/spectrum/spectrum-9999.ebuild
modified: net-libs/libpurple/libpurple-2.7.1-r1.ebuild
Diffstat (limited to 'net-libs/libpurple')
-rw-r--r-- | net-libs/libpurple/libpurple-2.7.1-r1.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net-libs/libpurple/libpurple-2.7.1-r1.ebuild b/net-libs/libpurple/libpurple-2.7.1-r1.ebuild index 02ac0bc..d58f48b 100644 --- a/net-libs/libpurple/libpurple-2.7.1-r1.ebuild +++ b/net-libs/libpurple/libpurple-2.7.1-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="debug doc gadu gnutls idn krb4 meanwhile" -IUSE+=" nls perl silc tcl tk qq sasl " +IUSE+=" nls perl silc qq sasl " IUSE+=" groupwise prediction python zephyr zeroconf" # mono" # dbus requires python to generate C code for dbus bindings (thus DEPEND only). @@ -25,9 +25,6 @@ IUSE+=" groupwise prediction python zephyr zeroconf" # mono" RDEPEND=" >=dev-libs/glib-2.12 >=dev-libs/libxml2-2.6.18 - ncurses? ( sys-libs/ncurses[unicode] - dbus? ( <dev-lang/python-3 ) - python? ( <dev-lang/python-3 ) ) zeroconf? ( net-dns/avahi ) perl? ( >=dev-lang/perl-5.8.2-r1[-build] ) gadu? ( >=net-libs/libgadu-1.9.0[-ssl] ) @@ -36,8 +33,6 @@ RDEPEND=" meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-1.0.1 ) zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1[krb4?] ) - tcl? ( dev-lang/tcl ) - tk? ( dev-lang/tk ) sasl? ( dev-libs/cyrus-sasl:2 ) idn? ( net-dns/libidn )" # Mono support crashes pidgin @@ -130,13 +125,10 @@ src_configure() { $(use gtk && use_enable prediction cap) \ $(use gtk && use_enable eds gevolution) \ $(use_enable perl) \ - $(use_enable tk) \ - $(use_enable tcl) \ $(use_enable debug) \ $(use_enable meanwhile) \ $(use_enable sasl cyrus-sasl ) \ $(use_enable doc doxygen) \ - $(use_enable networkmanager nm) \ $(use zephyr && use_with krb4) \ $(use_enable zeroconf avahi) \ $(use_enable idn) \ |