diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:24:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:24:03 +0000 |
commit | 34ab333079dc3712c039aa1c7d1d6722d9d673f7 (patch) | |
tree | bb78114c356681ca4bac31419e61e201d81342a2 /dev-libs/libtommath | |
parent | Stable for arm, wrt bug #470486 (diff) | |
download | gentoo-2-34ab333079dc3712c039aa1c7d1d6722d9d673f7.tar.gz gentoo-2-34ab333079dc3712c039aa1c7d1d6722d9d673f7.tar.bz2 gentoo-2-34ab333079dc3712c039aa1c7d1d6722d9d673f7.zip |
Stable for arm, wrt bug #470264
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.42.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index c60f95c6efe4..8db0c0ea472e 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtommath # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.52 2013/05/20 12:52:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.53 2013/05/20 17:24:03 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> libtommath-0.42.0-r1.ebuild: + Stable for arm, wrt bug #470264 20 May 2013; Agostino Sarubbo <ago@gentoo.org> libtommath-0.42.0-r1.ebuild: Stable for ppc, wrt bug #470264 diff --git a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild index 128e5f4dbee8..6ec727a1302e 100644 --- a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild +++ b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.8 2013/05/20 12:52:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.9 2013/05/20 17:24:03 ago 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 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples static-libs" DEPEND="sys-devel/libtool" |