diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-30 19:35:44 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-30 19:35:44 +0000 |
commit | 3652d93fef394128118babce5aa26be6223f41ac (patch) | |
tree | de0eeb87af4709ffc5a1eecf7aed40613b300dd6 /sci-mathematics/rkward | |
parent | Initial import of the performance counter userland utility. (diff) | |
download | gentoo-2-3652d93fef394128118babce5aa26be6223f41ac.tar.gz gentoo-2-3652d93fef394128118babce5aa26be6223f41ac.tar.bz2 gentoo-2-3652d93fef394128118babce5aa26be6223f41ac.zip |
amd64/x86 stable, bug #290804
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rkward')
-rw-r--r-- | sci-mathematics/rkward/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index 9d9e8222d831..f4beb53de54e 100644 --- a/sci-mathematics/rkward/ChangeLog +++ b/sci-mathematics/rkward/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/rkward # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.18 2009/08/07 14:38:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.19 2009/10/30 19:35:44 maekke Exp $ + + 30 Oct 2009; Markus Meier <maekke@gentoo.org> rkward-0.5.1.ebuild: + amd64/x86 stable, bug #290804 *rkward-0.5.1 (07 Aug 2009) diff --git a/sci-mathematics/rkward/rkward-0.5.1.ebuild b/sci-mathematics/rkward/rkward-0.5.1.ebuild index 71da2bfc0046..32a5cb519808 100644 --- a/sci-mathematics/rkward/rkward-0.5.1.ebuild +++ b/sci-mathematics/rkward/rkward-0.5.1.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/sci-mathematics/rkward/rkward-0.5.1.ebuild,v 1.1 2009/08/07 14:38:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.1.ebuild,v 1.2 2009/10/30 19:35:44 maekke Exp $ EAPI="2" KDE_MINIMAL="4.1" @@ -13,7 +13,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 |