diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-06-09 18:37:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-06-09 18:37:15 +0000 |
commit | 11c155c4a7618ddd482c0975c7264c04dc71ffb6 (patch) | |
tree | e2541bc26c6690d83a3860cbca49a5cfe8c5e73e /net-libs/libntlm | |
parent | Marked ~hppa (bug #370685). (diff) | |
download | gentoo-2-11c155c4a7618ddd482c0975c7264c04dc71ffb6.tar.gz gentoo-2-11c155c4a7618ddd482c0975c7264c04dc71ffb6.tar.bz2 gentoo-2-11c155c4a7618ddd482c0975c7264c04dc71ffb6.zip |
Stable for HPPA (bug #370629).
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libntlm')
-rw-r--r-- | net-libs/libntlm/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libntlm/libntlm-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libntlm/ChangeLog b/net-libs/libntlm/ChangeLog index 9e7d9b5c4c49..aed3ea5fd563 100644 --- a/net-libs/libntlm/ChangeLog +++ b/net-libs/libntlm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libntlm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.19 2011/01/09 17:00:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.20 2011/06/09 18:37:15 jer Exp $ + + 09 Jun 2011; Jeroen Roovers <jer@gentoo.org> libntlm-1.2.ebuild: + Stable for HPPA (bug #370629). 09 Jan 2011; Jeroen Roovers <jer@gentoo.org> libntlm-1.2.ebuild: Do not run valgrind tests (bug #336457). diff --git a/net-libs/libntlm/libntlm-1.2.ebuild b/net-libs/libntlm/libntlm-1.2.ebuild index 1ca5c35f41f3..7a9b2dabc7bb 100644 --- a/net-libs/libntlm/libntlm-1.2.ebuild +++ b/net-libs/libntlm/libntlm-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.2.ebuild,v 1.2 2011/01/09 17:00:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.2.ebuild,v 1.3 2011/06/09 18:37:15 jer Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://josefsson.org/libntlm/releases/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" src_configure() { |