diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 17:18:49 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 17:18:49 +0000 |
commit | 381b97935e3550f481e4215a4debe06f99a11656 (patch) | |
tree | 780fc69a7c22d9b21d9b8960949545cce0cad9cd | |
parent | Add autopoint call to fix bug #146151. (diff) | |
download | gentoo-2-381b97935e3550f481e4215a4debe06f99a11656.tar.gz gentoo-2-381b97935e3550f481e4215a4debe06f99a11656.tar.bz2 gentoo-2-381b97935e3550f481e4215a4debe06f99a11656.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1)
-rw-r--r-- | net-libs/gnutls/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-1.2.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index 421185f13a95..c92d610df459 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gnutls # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.99 2006/08/03 23:15:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.100 2006/09/10 17:18:49 the_paya Exp $ + + 10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + gnutls-1.2.11.ebuild: + Add ~x86-fbsd keyword. 03 Aug 2006; Daniel Black <dragonheart@gentoo.org> gnutls-1.4.1.ebuild: removed --without-included-libtasn1 as oddly enough it uses the included diff --git a/net-libs/gnutls/gnutls-1.2.11.ebuild b/net-libs/gnutls/gnutls-1.2.11.ebuild index b295d4757dc6..4a0d02761498 100644 --- a/net-libs/gnutls/gnutls-1.2.11.ebuild +++ b/net-libs/gnutls/gnutls-1.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.2.11.ebuild,v 1.2 2006/09/04 10:29:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.2.11.ebuild,v 1.3 2006/09/10 17:18:49 the_paya Exp $ inherit eutils gnuconfig libtool @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/${P}.tar.bz2" # GPL-2 for the gnutls-extras library and LGPL for the gnutls library. LICENSE="LGPL-2.1 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="zlib doc crypt" RDEPEND=">=dev-libs/libgcrypt-1.2.2 |