diff options
-rw-r--r-- | net-libs/libntlm/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libntlm/libntlm-1.4.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-libs/libntlm/ChangeLog b/net-libs/libntlm/ChangeLog index dfd328f575ed..2c7e231d4892 100644 --- a/net-libs/libntlm/ChangeLog +++ b/net-libs/libntlm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libntlm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.40 2014/10/10 04:09:55 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.41 2015/06/11 15:04:39 ago Exp $ + + 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libntlm-1.4.ebuild: + Stable for amd64, wrt bug #535580 *libntlm-1.4 (10 Oct 2014) @@ -134,4 +137,3 @@ 30 Sep 2007; Andrej Kacian <ticho@gentoo.org> +metadata.xml, +libntlm-0.4.0.ebuild: Initial import. Ebuild by hardcoiler <hardcoiler at gmail.com>. - diff --git a/net-libs/libntlm/libntlm-1.4.ebuild b/net-libs/libntlm/libntlm-1.4.ebuild index f1fb04dceb19..4d5614fe2b30 100644 --- a/net-libs/libntlm/libntlm-1.4.ebuild +++ b/net-libs/libntlm/libntlm-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v 1.1 2014/10/10 04:09:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v 1.2 2015/06/11 15:04:39 ago Exp $ EAPI=5 inherit autotools-utils @@ -11,5 +11,5 @@ SRC_URI="http://www.nongnu.org/${PN}/releases/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="static-libs" |