diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 19:08:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 19:08:09 +0000 |
commit | ee2ffd91c861116f8c9833b29e41505c260e4c80 (patch) | |
tree | 47e87b7b7ae6eb0f174062e62a4034c3070ac291 /net-misc/gsasl | |
parent | Stable for amd64, wrt bug #429558 (diff) | |
download | gentoo-2-ee2ffd91c861116f8c9833b29e41505c260e4c80.tar.gz gentoo-2-ee2ffd91c861116f8c9833b29e41505c260e4c80.tar.bz2 gentoo-2-ee2ffd91c861116f8c9833b29e41505c260e4c80.zip |
Stable for amd64, wrt bug #429178
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog index 964e1f4f23be..bef5ce7049e7 100644 --- a/net-misc/gsasl/ChangeLog +++ b/net-misc/gsasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gsasl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.52 2012/06/12 21:12:26 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.53 2012/08/03 19:08:09 ago Exp $ + + 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> gsasl-1.8.0.ebuild: + Stable for amd64, wrt bug #429178 12 Jun 2012; Eray Aslan <eras@gentoo.org> gsasl-1.8.0.ebuild: Don't use AM_PROG_AR in configure.ac as automake-1.11 does not recognize it diff --git a/net-misc/gsasl/gsasl-1.8.0.ebuild b/net-misc/gsasl/gsasl-1.8.0.ebuild index 5ec7f4264075..e7d8744e1e5a 100644 --- a/net-misc/gsasl/gsasl-1.8.0.ebuild +++ b/net-misc/gsasl/gsasl-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.8.0.ebuild,v 1.3 2012/06/12 21:12:26 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.8.0.ebuild,v 1.4 2012/08/03 19:08:09 ago Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc gcrypt idn kerberos nls ntlm static-libs +threads" DEPEND=" |