diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-06-13 09:59:35 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-06-13 09:59:35 +0000 |
commit | a0c59f95891fa99e1d68548612a004fdf420ee7e (patch) | |
tree | 1c34f987615310f7419873b64a4e299cd2da3b2d /dev-libs/libtommath | |
parent | remove vulnerable (diff) | |
download | gentoo-2-a0c59f95891fa99e1d68548612a004fdf420ee7e.tar.gz gentoo-2-a0c59f95891fa99e1d68548612a004fdf420ee7e.tar.bz2 gentoo-2-a0c59f95891fa99e1d68548612a004fdf420ee7e.zip |
x86 stable wrt bug #328383
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.42.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index 4cf82acca693..1ede41003f68 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libtommath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.34 2011/06/10 00:57:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.35 2011/06/13 09:59:35 phajdan.jr Exp $ + + 13 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libtommath-0.42.0.ebuild: + x86 stable wrt bug #328383 *libtommath-0.42.0 (10 Jun 2011) diff --git a/dev-libs/libtommath/libtommath-0.42.0.ebuild b/dev-libs/libtommath/libtommath-0.42.0.ebuild index 1c95d4e2023a..fbcf13538b6e 100644 --- a/dev-libs/libtommath/libtommath-0.42.0.ebuild +++ b/dev-libs/libtommath/libtommath-0.42.0.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/dev-libs/libtommath/libtommath-0.42.0.ebuild,v 1.1 2011/06/10 00:57:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0.ebuild,v 1.2 2011/06/13 09:59:35 phajdan.jr Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.libtom.org/files/ltm-${PV}.tar.bz2" LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples static-libs" DEPEND="" |