diff options
author | 2012-08-03 19:37:27 +0000 | |
---|---|---|
committer | 2012-08-03 19:37:27 +0000 | |
commit | 7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6 (patch) | |
tree | 61f62d17fd3ce63f57ddf83128998f95bcd88f89 /sci-libs/jama | |
parent | x86 stable, see bug 414711 (diff) | |
download | historical-7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6.tar.gz historical-7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6.tar.bz2 historical-7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6.zip |
Keyword amd64-linux x86-linux
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/jama')
-rw-r--r-- | sci-libs/jama/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/jama/jama-1.2.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/jama/ChangeLog b/sci-libs/jama/ChangeLog index 8914a93a15d9..f5104a36b150 100644 --- a/sci-libs/jama/ChangeLog +++ b/sci-libs/jama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/jama -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/ChangeLog,v 1.1 2010/02/25 06:03:43 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/ChangeLog,v 1.2 2012/08/03 19:28:50 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> jama-1.2.5.ebuild: + Keyword amd64-linux x86-linux *jama-1.2.5 (25 Feb 2010) @@ -15,4 +18,3 @@ 17 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, +jama-1.2.5.ebuild: Initial import - diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild index 97d6641c3e40..fa6a65779211 100644 --- a/sci-libs/jama/jama-1.2.5.ebuild +++ b/sci-libs/jama/jama-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild,v 1.1 2010/02/25 06:03:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild,v 1.2 2012/08/03 19:28:50 bicatali Exp $ inherit versionator @@ -14,7 +14,7 @@ SRC_URI="http://math.nist.gov/tnt/${MYP}.zip LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" |