diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:41:07 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:41:07 +0000 |
commit | a60b001418c26c118c2f35aec337c0ebc9e99162 (patch) | |
tree | 993bdc8a0c0738bd1dae293ef30f29f643165d43 /app-benchmarks/cpuburn | |
parent | (QA) RESTRICT clean up. (diff) | |
download | gentoo-2-a60b001418c26c118c2f35aec337c0ebc9e99162.tar.gz gentoo-2-a60b001418c26c118c2f35aec337c0ebc9e99162.tar.bz2 gentoo-2-a60b001418c26c118c2f35aec337c0ebc9e99162.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog index bc1fabc47dd4..2aeed8d5fc9c 100644 --- a/app-benchmarks/cpuburn/ChangeLog +++ b/app-benchmarks/cpuburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/cpuburn # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.12 2007/02/21 20:10:00 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.13 2007/07/02 13:41:07 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> cpuburn-1.4.ebuild: + (QA) RESTRICT clean up. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index 8898d26afd0f..23b5e4160fd9 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.13 2005/06/09 00:59:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.14 2007/07/02 13:41:07 peper Exp $ MY_P="${PV/./_}" DESCRIPTION="designed to heavily load CPU chips [testing purposes]" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="sys-devel/gcc" RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" |