diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-09-30 18:47:21 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-09-30 18:47:21 +0000 |
commit | 37f18976936db4c451ef8670ffea101d95aa505a (patch) | |
tree | f5a0807b761421439d894c96a631afe4aedfe5da /net-libs/libgsasl | |
parent | version bump and cleanup (diff) | |
download | gentoo-2-37f18976936db4c451ef8670ffea101d95aa505a.tar.gz gentoo-2-37f18976936db4c451ef8670ffea101d95aa505a.tar.bz2 gentoo-2-37f18976936db4c451ef8670ffea101d95aa505a.zip |
Gettext dependency fix. Bug #194292.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libgsasl/libgsasl-0.2.21.ebuild b/net-libs/libgsasl/libgsasl-0.2.21.ebuild index 5ca21ba3b02e..eb5276d0a689 100644 --- a/net-libs/libgsasl/libgsasl-0.2.21.ebuild +++ b/net-libs/libgsasl/libgsasl-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-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.1 2007/09/30 14:26:04 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.2 2007/09/30 18:47:21 ticho Exp $ DESCRIPTION="The GNU SASL library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="idn kerberos nls static" PROVIDE="virtual/gsasl" DEPEND="virtual/libc - nls? ( =sys-devel/gettext-0.16.1 ) + nls? ( >=sys-devel/gettext-0.16.1 ) kerberos? ( virtual/krb5 ) idn? ( net-dns/libidn )" RDEPEND="${DEPEND} |