diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-13 22:21:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-13 22:21:56 +0000 |
commit | 90e1f584075a85452e5fe235ab7a53bd48d68166 (patch) | |
tree | 268002b0970c7b0678a40e4fe7d981a91c480713 /app-benchmarks | |
parent | Removing virtual/libc deps (diff) | |
download | gentoo-2-90e1f584075a85452e5fe235ab7a53bd48d68166.tar.gz gentoo-2-90e1f584075a85452e5fe235ab7a53bd48d68166.tar.bz2 gentoo-2-90e1f584075a85452e5fe235ab7a53bd48d68166.zip |
Removing virtual/libc deps
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.6.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 652024ffb8bd..b920432a81ec 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/stress # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.36 2009/09/07 13:38:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.37 2009/09/13 22:21:56 patrick Exp $ + + 13 Sep 2009; Patrick Lauer <patrick@gentoo.org> stress-0.18.6.ebuild: + Removing virtual/libc deps 07 Sep 2009; Raúl Porcel <armin76@gentoo.org> stress-1.0.0.ebuild: Add ~arm wrt #282197 diff --git a/app-benchmarks/stress/stress-0.18.6.ebuild b/app-benchmarks/stress/stress-0.18.6.ebuild index 4f26c0604b12..8d3af179c1b5 100644 --- a/app-benchmarks/stress/stress-0.18.6.ebuild +++ b/app-benchmarks/stress/stress-0.18.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/stress/stress-0.18.6.ebuild,v 1.7 2006/12/06 20:03:38 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.6.ebuild,v 1.8 2009/09/13 22:21:56 patrick Exp $ inherit flag-o-matic @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="amd64 mips ppc ppc64 ~sparc x86" IUSE="static" -DEPEND="virtual/libc" - src_compile() { use static && append-ldflags -static econf || die "econf failed" |