diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-02 23:24:34 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-02 23:24:34 +0000 |
commit | b354d5b328bf8f78a7f7b74184fd34570d42aab0 (patch) | |
tree | 9dce7d0945665715eb1995e60ac72f256d462098 /net-libs/libgsasl | |
parent | added a patch to respect user flags, fixed bad installation, define tests (diff) | |
download | gentoo-2-b354d5b328bf8f78a7f7b74184fd34570d42aab0.tar.gz gentoo-2-b354d5b328bf8f78a7f7b74184fd34570d42aab0.tar.bz2 gentoo-2-b354d5b328bf8f78a7f7b74184fd34570d42aab0.zip |
Stable ppc ppc64, bug #429170
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r-- | net-libs/libgsasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog index 60f20aa9dc1f..2256d556c044 100644 --- a/net-libs/libgsasl/ChangeLog +++ b/net-libs/libgsasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libgsasl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.74 2012/06/12 21:07:47 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.75 2012/08/02 23:24:34 blueness Exp $ + + 02 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libgsasl-1.8.0.ebuild: + Stable ppc ppc64, bug #429170 12 Jun 2012; Eray Aslan <eras@gentoo.org> libgsasl-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-libs/libgsasl/libgsasl-1.8.0.ebuild b/net-libs/libgsasl/libgsasl-1.8.0.ebuild index 5ea570643e12..6c00363d3fd0 100644 --- a/net-libs/libgsasl/libgsasl-1.8.0.ebuild +++ b/net-libs/libgsasl/libgsasl-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-libs/libgsasl/libgsasl-1.8.0.ebuild,v 1.3 2012/06/12 21:07:47 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.8.0.ebuild,v 1.4 2012/08/02 23:24:34 blueness Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="idn gcrypt kerberos nls ntlm static-libs" DEPEND=" gcrypt? ( dev-libs/libgcrypt ) |