diff options
author | Daniel Black <dragonheart@gentoo.org> | 2009-04-30 12:24:44 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2009-04-30 12:24:44 +0000 |
commit | 5f3c681159fefc2d2ab45249a2dac6e48720a3d6 (patch) | |
tree | e88342f73a9eae91eafa595c789be4e7a8b6a118 /net-libs/gnutls | |
parent | fix for security bug #267774 (diff) | |
download | gentoo-2-5f3c681159fefc2d2ab45249a2dac6e48720a3d6.tar.gz gentoo-2-5f3c681159fefc2d2ab45249a2dac6e48720a3d6.tar.bz2 gentoo-2-5f3c681159fefc2d2ab45249a2dac6e48720a3d6.zip |
security keywords so far
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/gnutls-2.6.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gnutls/gnutls-2.6.5-r1.ebuild b/net-libs/gnutls/gnutls-2.6.5-r1.ebuild index 8f641d1a5b04..2ff521edbb7c 100644 --- a/net-libs/gnutls/gnutls-2.6.5-r1.ebuild +++ b/net-libs/gnutls/gnutls-2.6.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.6.5-r1.ebuild,v 1.1 2009/04/30 12:23:45 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.6.5-r1.ebuild,v 1.2 2009/04/30 12:24:44 dragonheart Exp $ EAPI="2" inherit autotools eutils libtool @@ -21,7 +21,7 @@ unset MINOR_VERSION # 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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="bindist +cxx doc guile lzo nls zlib" RDEPEND="dev-libs/libgpg-error |