diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 16:03:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 16:03:02 +0000 |
commit | 3d7ed86dbc1dd9c13439a002e89ccfd7fceb6ae8 (patch) | |
tree | 90f4b3c5da289d912ed1b1fcbd82a3664dd8b634 /dev-libs | |
parent | Stable for sh, wrt bug #470286 (diff) | |
download | gentoo-2-3d7ed86dbc1dd9c13439a002e89ccfd7fceb6ae8.tar.gz gentoo-2-3d7ed86dbc1dd9c13439a002e89ccfd7fceb6ae8.tar.bz2 gentoo-2-3d7ed86dbc1dd9c13439a002e89ccfd7fceb6ae8.zip |
Stable for sh, wrt bug #470264
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-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 3fa6902e0d74..993451f71ed2 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.61 2013/05/26 15:57:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.62 2013/06/09 16:03:02 ago Exp $ + + 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libtommath-0.42.0-r1.ebuild: + Stable for sh, wrt bug #470264 26 May 2013; Agostino Sarubbo <ago@gentoo.org> libtommath-0.42.0-r1.ebuild: Stable for x86, 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 5e2c1d6b4cc0..9655d51d36a0 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.17 2013/05/26 15:57:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.18 2013/06/09 16:03:02 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" |