diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-13 22:22:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-13 22:22:21 +0000 |
commit | ff30c5ea3e002701ed8562600b5a0e75b1b46b74 (patch) | |
tree | 3cb36e64b869d98075b40707ffe9e67203014d57 /app-benchmarks/tiobench | |
parent | Removing virtual/libc deps (diff) | |
download | gentoo-2-ff30c5ea3e002701ed8562600b5a0e75b1b46b74.tar.gz gentoo-2-ff30c5ea3e002701ed8562600b5a0e75b1b46b74.tar.bz2 gentoo-2-ff30c5ea3e002701ed8562600b5a0e75b1b46b74.zip |
Removing virtual/libc deps
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/tiobench')
-rw-r--r-- | app-benchmarks/tiobench/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/app-benchmarks/tiobench/ChangeLog b/app-benchmarks/tiobench/ChangeLog index 9b213578874a..edd6510dae24 100644 --- a/app-benchmarks/tiobench/ChangeLog +++ b/app-benchmarks/tiobench/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/tiobench -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.15 2008/10/26 12:42:34 swegener Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.16 2009/09/13 22:22:21 patrick Exp $ + + 13 Sep 2009; Patrick Lauer <patrick@gentoo.org> tiobench-0.3.3-r2.ebuild: + Removing virtual/libc deps 26 Oct 2008; Sven Wegener <swegener@gentoo.org> tiobench-0.3.3-r2.ebuild: Fix direct use of gcc, bug #243526. diff --git a/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild b/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild index 63ff0bae28e5..605b4be6537a 100644 --- a/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild +++ b/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v 1.4 2008/10/26 12:42:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v 1.5 2009/09/13 22:22:21 patrick Exp $ inherit eutils toolchain-funcs @@ -13,9 +13,8 @@ SLOT="0" KEYWORDS="x86 amd64 ppc ppc64" IUSE="" -RDEPEND="virtual/libc - dev-lang/perl" -DEPEND=">=sys-apps/sed-4" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} |