diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-14 03:24:45 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-14 03:24:45 +0000 |
commit | c0bb9f08c9f5842d4c5e438bb59d7b04dcf6071b (patch) | |
tree | 8cff791ffad11501142de83dd26dd219890c3116 /dev-libs | |
parent | x86 stable wrt bug #337040 (diff) | |
download | gentoo-2-c0bb9f08c9f5842d4c5e438bb59d7b04dcf6071b.tar.gz gentoo-2-c0bb9f08c9f5842d4c5e438bb59d7b04dcf6071b.tar.bz2 gentoo-2-c0bb9f08c9f5842d4c5e438bb59d7b04dcf6071b.zip |
x86 stable wrt bug #337121
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index 45e5b83effc9..21a076b0e987 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.136 2010/09/13 23:08:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.137 2010/09/14 03:24:45 phajdan.jr Exp $ + + 14 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libgcrypt-1.4.6.ebuild: + x86 stable wrt bug #337121 13 Sep 2010; Markos Chandras <hwoarang@gentoo.org> libgcrypt-1.4.6.ebuild: Stable on amd64 wrt bug #337121 diff --git a/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild b/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild index 46e7cfb4b443..507286c68223 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.4 2010/09/13 23:08:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.5 2010/09/14 03:24:45 phajdan.jr Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2 LICENSE="LGPL-2.1" 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="" RDEPEND=">=dev-libs/libgpg-error-1.5" |