diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-10-01 03:13:45 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-10-01 03:13:45 +0000 |
commit | df705ebb26c92593746a377c82904331639923b7 (patch) | |
tree | f54783fefef2cb4ee8276634cd3018b3dcf1c674 /net-misc/gsasl | |
parent | New series for Gnome 2.20 (diff) | |
download | gentoo-2-df705ebb26c92593746a377c82904331639923b7.tar.gz gentoo-2-df705ebb26c92593746a377c82904331639923b7.tar.bz2 gentoo-2-df705ebb26c92593746a377c82904331639923b7.zip |
Added missing idn to IUSE.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-0.2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gsasl/gsasl-0.2.21.ebuild b/net-misc/gsasl/gsasl-0.2.21.ebuild index 31039cb7ab23..ddb65f8b26aa 100644 --- a/net-misc/gsasl/gsasl-0.2.21.ebuild +++ b/net-misc/gsasl/gsasl-0.2.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v 1.3 2007/09/30 21:42:14 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v 1.4 2007/10/01 03:13:45 ticho Exp $ DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -10,7 +10,7 @@ SLOT="0" # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more # optional external libraries. KEYWORDS="~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86" -IUSE="doc gnutls kerberos nls static" +IUSE="doc gnutls idn kerberos nls static" PROVIDE="virtual/gsasl" DEPEND="virtual/libc nls? ( >=sys-devel/gettext-0.16.1 ) |