diff options
author | Tom Martin <slarti@gentoo.org> | 2006-01-02 15:57:55 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2006-01-02 15:57:55 +0000 |
commit | 17d1e309d113d5810430788ff491b81c18c1cc89 (patch) | |
tree | ba44b923a7088ca45411b80b3f6a6102bc63cedb /net-libs/libgsasl/libgsasl-0.2.4.ebuild | |
parent | This version needs >=mono-1.1.10. Thanks to Sanford Armstrong <sanfordarmstro... (diff) | |
download | gentoo-2-17d1e309d113d5810430788ff491b81c18c1cc89.tar.gz gentoo-2-17d1e309d113d5810430788ff491b81c18c1cc89.tar.bz2 gentoo-2-17d1e309d113d5810430788ff491b81c18c1cc89.zip |
Version bump, resolves bug #117318.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-libs/libgsasl/libgsasl-0.2.4.ebuild')
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libgsasl/libgsasl-0.2.4.ebuild b/net-libs/libgsasl/libgsasl-0.2.4.ebuild index 0adffc00d558..2d06995f5d04 100644 --- a/net-libs/libgsasl/libgsasl-0.2.4.ebuild +++ b/net-libs/libgsasl/libgsasl-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.4.ebuild,v 1.10 2005/09/16 01:10:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.4.ebuild,v 1.11 2006/01/02 15:57:55 slarti Exp $ DESCRIPTION="The GNU SASL library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -14,7 +14,8 @@ IUSE="kerberos nls static" PROVIDE="virtual/gsasl" DEPEND="virtual/libc nls? ( sys-devel/gettext ) - kerberos? ( virtual/krb5 )" + kerberos? ( virtual/krb5 ) + idn? ( net-dns/libidn )" RDEPEND="${DEPEND} !virtual/gsasl" |