Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gsasl: gsasl-0.2.21.ebuild
Date: Mon, 01 Oct 2007 03:22:46
Message-Id: E1IcBj8-0000vr-4Z@stork.gentoo.org
1 ticho 07/10/01 03:13:46
2
3 Modified: gsasl-0.2.21.ebuild
4 Log:
5 Added missing idn to IUSE.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.4 net-misc/gsasl/gsasl-0.2.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild?r1=1.3&r2=1.4
14
15 Index: gsasl-0.2.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gsasl-0.2.21.ebuild 30 Sep 2007 21:42:14 -0000 1.3
22 +++ gsasl-0.2.21.ebuild 1 Oct 2007 03:13:45 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v 1.3 2007/09/30 21:42:14 ticho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v 1.4 2007/10/01 03:13:45 ticho Exp $
28
29 DESCRIPTION="The GNU SASL client, server, and library"
30 HOMEPAGE="http://www.gnu.org/software/gsasl/"
31 @@ -10,7 +10,7 @@
32 # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
33 # optional external libraries.
34 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
35 -IUSE="doc gnutls kerberos nls static"
36 +IUSE="doc gnutls idn kerberos nls static"
37 PROVIDE="virtual/gsasl"
38 DEPEND="virtual/libc
39 nls? ( >=sys-devel/gettext-0.16.1 )
40
41
42
43 --
44 gentoo-commits@g.o mailing list