diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 14:48:44 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 14:48:44 +0000 |
commit | ec1f4dc63ca5135c358ad051c98d4f3eb94f5725 (patch) | |
tree | a0a54145fc2eca909b52ebdc5d40075da060300a /net-libs/gnutls | |
parent | Stable on alpha, bug #296125 (diff) | |
download | gentoo-2-ec1f4dc63ca5135c358ad051c98d4f3eb94f5725.tar.gz gentoo-2-ec1f4dc63ca5135c358ad051c98d4f3eb94f5725.tar.bz2 gentoo-2-ec1f4dc63ca5135c358ad051c98d4f3eb94f5725.zip |
Stable on alpha, bug #296045
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-2.8.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index c8f05c5f1bbd..e03c430745b5 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gnutls -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.234 2009/12/22 10:06:06 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.235 2010/01/01 14:48:44 klausman Exp $ + + 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> gnutls-2.8.5.ebuild: + Stable on alpha, bug #296045 22 Dec 2009; Markus Meier <maekke@gentoo.org> gnutls-2.8.5.ebuild: arm/x86 stable, bug #296045 diff --git a/net-libs/gnutls/gnutls-2.8.5.ebuild b/net-libs/gnutls/gnutls-2.8.5.ebuild index c26714566b9b..5312153f4be4 100644 --- a/net-libs/gnutls/gnutls-2.8.5.ebuild +++ b/net-libs/gnutls/gnutls-2.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.8.5.ebuild,v 1.6 2009/12/22 10:06:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.8.5.ebuild,v 1.7 2010/01/01 14:48:44 klausman Exp $ EAPI="2" @@ -26,7 +26,7 @@ fi # GPL-3 for the gnutls-extras library and LGPL for the gnutls library. LICENSE="LGPL-2.1 GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="bindist +cxx doc examples guile lzo nls zlib" RDEPEND="dev-libs/libgpg-error |