diff options
author | 2014-10-09 09:54:49 +0000 | |
---|---|---|
committer | 2014-10-09 09:54:49 +0000 | |
commit | e9187d922b5d68ca84c0fc51897bda12d98a4f50 (patch) | |
tree | 8680c964025f190948017e07b3945aadaf5e8726 /app-benchmarks/ramspeed | |
parent | Stable for amd64, wrt bug #523210 (diff) | |
download | gentoo-2-e9187d922b5d68ca84c0fc51897bda12d98a4f50.tar.gz gentoo-2-e9187d922b5d68ca84c0fc51897bda12d98a4f50.tar.bz2 gentoo-2-e9187d922b5d68ca84c0fc51897bda12d98a4f50.zip |
Stable for amd64, wrt bug #522924
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-benchmarks/ramspeed')
-rw-r--r-- | app-benchmarks/ramspeed/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/ramspeed/ChangeLog b/app-benchmarks/ramspeed/ChangeLog index 9689fbb90d7c..98e56b37d7a0 100644 --- a/app-benchmarks/ramspeed/ChangeLog +++ b/app-benchmarks/ramspeed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/ramspeed -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ramspeed/ChangeLog,v 1.11 2013/06/02 11:23:45 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ramspeed/ChangeLog,v 1.12 2014/10/09 09:54:49 ago Exp $ + + 09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ramspeed-3.5.0-r2.ebuild: + Stable for amd64, wrt bug #522924 *ramspeed-3.5.0-r2 (02 Jun 2013) diff --git a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild index 5c6e003475d4..873b50db49a9 100644 --- a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild +++ b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild,v 1.1 2013/06/02 11:23:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild,v 1.2 2014/10/09 09:54:49 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://www.alasir.com/software/${PN}/${MY_P}.tar.gz" LICENSE="Alasir" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="sse pic" S="${WORKDIR}/${MY_P}" |