diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:54:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:54:21 +0000 |
commit | c3983dada3fe04334f7b7dbb74a64b478700c047 (patch) | |
tree | 324bd22690093d920629111067a8da64225eb6ea /net-libs | |
parent | Stable for sparc, wrt bug #535576 (diff) | |
download | gentoo-2-c3983dada3fe04334f7b7dbb74a64b478700c047.tar.gz gentoo-2-c3983dada3fe04334f7b7dbb74a64b478700c047.tar.bz2 gentoo-2-c3983dada3fe04334f7b7dbb74a64b478700c047.zip |
Stable for sparc, wrt bug #535580
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libntlm/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libntlm/libntlm-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libntlm/ChangeLog b/net-libs/libntlm/ChangeLog index aecc07e57349..9717a78f80b0 100644 --- a/net-libs/libntlm/ChangeLog +++ b/net-libs/libntlm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libntlm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.46 2015/07/23 19:38:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.47 2015/07/30 12:54:21 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libntlm-1.4.ebuild: + Stable for sparc, wrt bug #535580 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> libntlm-1.4.ebuild: ppc stable wrt bug #535580 diff --git a/net-libs/libntlm/libntlm-1.4.ebuild b/net-libs/libntlm/libntlm-1.4.ebuild index 5ef794a9478f..401211be101b 100644 --- a/net-libs/libntlm/libntlm-1.4.ebuild +++ b/net-libs/libntlm/libntlm-1.4.ebuild @@ -1,6 +1,6 @@ # 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.7 2015/07/23 19:38:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v 1.8 2015/07/30 12:54:21 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" |