diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 15:04:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 15:04:39 +0000 |
commit | a3f85c7c45b9305e9c304c6c0d6b42f2fd5c8351 (patch) | |
tree | 1a9620bde688ef70e0dcad0a6d7033da840441b4 /net-libs | |
parent | Stable for amd64, wrt bug #534938 (diff) | |
download | gentoo-2-a3f85c7c45b9305e9c304c6c0d6b42f2fd5c8351.tar.gz gentoo-2-a3f85c7c45b9305e9c304c6c0d6b42f2fd5c8351.tar.bz2 gentoo-2-a3f85c7c45b9305e9c304c6c0d6b42f2fd5c8351.zip |
Stable for amd64, wrt bug #535580
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-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" |