diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-22 05:33:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-22 05:33:58 +0000 |
commit | 754441c80e910ab92d8ceffca66e7114e621ba7c (patch) | |
tree | 1073da1486b91265347be27907cd8598432ce2b8 /sci-mathematics | |
parent | Make sure it links with all gsl libraries when enabled (diff) | |
download | gentoo-2-754441c80e910ab92d8ceffca66e7114e621ba7c.tar.gz gentoo-2-754441c80e910ab92d8ceffca66e7114e621ba7c.tar.bz2 gentoo-2-754441c80e910ab92d8ceffca66e7114e621ba7c.zip |
Bump
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.4.ebuild (renamed from sci-mathematics/rkward/rkward-0.5.3.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index 019899fd8029..c05bb51fe3dc 100644 --- a/sci-mathematics/rkward/ChangeLog +++ b/sci-mathematics/rkward/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/rkward # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.24 2010/08/09 12:57:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.25 2010/12/22 05:33:58 bicatali Exp $ + +*rkward-0.5.4 (22 Dec 2010) + + 22 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> -rkward-0.5.3.ebuild, + +rkward-0.5.4.ebuild: + Bump 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> rkward-0.5.1.ebuild, rkward-0.5.2.ebuild: diff --git a/sci-mathematics/rkward/rkward-0.5.3.ebuild b/sci-mathematics/rkward/rkward-0.5.4.ebuild index 90406c21f9b6..5620b908963e 100644 --- a/sci-mathematics/rkward/rkward-0.5.3.ebuild +++ b/sci-mathematics/rkward/rkward-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild,v 1.3 2010/07/01 14:34:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.4.ebuild,v 1.1 2010/12/22 05:33:58 bicatali Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=">=dev-lang/R-2.7.0" |