diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-21 09:10:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-21 09:10:26 +0000 |
commit | e7bf4d7e03127f8a0c68b62efc61ff35d906f70e (patch) | |
tree | 523b46caa6c809d8f82bb87e092d2c3c10e904d3 /dev-libs/libtommath | |
parent | arm stable (diff) | |
download | gentoo-2-e7bf4d7e03127f8a0c68b62efc61ff35d906f70e.tar.gz gentoo-2-e7bf4d7e03127f8a0c68b62efc61ff35d906f70e.tar.bz2 gentoo-2-e7bf4d7e03127f8a0c68b62efc61ff35d906f70e.zip |
arm stable
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.36-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index b13365db8436..e7c5c9e694b9 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtommath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.26 2009/03/30 16:28:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.27 2009/04/21 09:10:26 armin76 Exp $ + + 21 Apr 2009; Raúl Porcel <armin76@gentoo.org> libtommath-0.36-r1.ebuild: + arm stable 30 Mar 2009; Raúl Porcel <armin76@gentoo.org> libtommath-0.36-r1.ebuild, libtommath-0.41.ebuild: diff --git a/dev-libs/libtommath/libtommath-0.36-r1.ebuild b/dev-libs/libtommath/libtommath-0.36-r1.ebuild index 99cd5f775016..342a05335673 100644 --- a/dev-libs/libtommath/libtommath-0.36-r1.ebuild +++ b/dev-libs/libtommath/libtommath-0.36-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36-r1.ebuild,v 1.10 2009/03/30 16:28:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36-r1.ebuild,v 1.11 2009/04/21 09:10:26 armin76 Exp $ inherit eutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.libtom.org/files/ltm-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc ~ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="sys-devel/libtool" |