diff options
author | 2015-06-11 19:05:44 +0000 | |
---|---|---|
committer | 2015-06-11 19:05:44 +0000 | |
commit | 5b355a0d91fe5892f184bc3985c7f619012a015b (patch) | |
tree | 97beb03c80fa2beb5e66b905a09a6cf8a26c91b2 | |
parent | arm stable, bug #536740 (diff) | |
download | gentoo-2-5b355a0d91fe5892f184bc3985c7f619012a015b.tar.gz gentoo-2-5b355a0d91fe5892f184bc3985c7f619012a015b.tar.bz2 gentoo-2-5b355a0d91fe5892f184bc3985c7f619012a015b.zip |
arm stable, bug #535580
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-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 2c7e231d4892..550d61714501 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.41 2015/06/11 15:04:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.42 2015/06/11 19:05:44 maekke Exp $ + + 11 Jun 2015; Markus Meier <maekke@gentoo.org> libntlm-1.4.ebuild: + arm stable, bug #535580 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libntlm-1.4.ebuild: Stable for amd64, wrt bug #535580 diff --git a/net-libs/libntlm/libntlm-1.4.ebuild b/net-libs/libntlm/libntlm-1.4.ebuild index 4d5614fe2b30..38f8c9f6572e 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.2 2015/06/11 15:04:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v 1.3 2015/06/11 19:05:44 maekke 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" |