diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-15 16:02:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-15 16:02:03 +0000 |
commit | a488e73a199c8e272f4b9d68a251bd7325f49f64 (patch) | |
tree | c46bc50abb67026fcd394b818075192ac775993b /app-benchmarks | |
parent | quoting (diff) | |
download | historical-a488e73a199c8e272f4b9d68a251bd7325f49f64.tar.gz historical-a488e73a199c8e272f4b9d68a251bd7325f49f64.tar.bz2 historical-a488e73a199c8e272f4b9d68a251bd7325f49f64.zip |
fix dep typo
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bootchart/Manifest | 8 | ||||
-rw-r--r-- | app-benchmarks/bootchart/bootchart-0.9.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-benchmarks/bootchart/Manifest b/app-benchmarks/bootchart/Manifest index a8516d8660a6..07beae90e7df 100644 --- a/app-benchmarks/bootchart/Manifest +++ b/app-benchmarks/bootchart/Manifest @@ -11,10 +11,10 @@ MD5 96fc74d7aba9aaa13f90092d129d219c files/profiling-functions.sh 1834 RMD160 d1b0b3c695b0f0aa8882af834d7703eb54cdfc15 files/profiling-functions.sh 1834 SHA256 399f831b6fb0421c8e9f3f8fcbf2e240281145e6c061a84031a6f073a06dd7e8 files/profiling-functions.sh 1834 DIST bootchart-0.9.tar.bz2 222558 RMD160 c271bf634117c9bcd530055927abffead134b73a SHA1 3e74e4844e0616c5c6514f8152262638f36d72ac SHA256 7738399ecfcfb2242e9f99a316b13a5f59e89052de05074dbf705ccf4edc327d -EBUILD bootchart-0.9.ebuild 2857 RMD160 7db729a36f9772efcf300d31d1679e7f1d0b9724 SHA1 fcb22f83c60a4730b29c603ca7f2d05eb18f55ef SHA256 2ef4cce784052f14ce7f374a2557689c41a12d6e40565144d9b9861be4d534f2 -MD5 970c7cfc6ee7fce41377a710b7705e9d bootchart-0.9.ebuild 2857 -RMD160 7db729a36f9772efcf300d31d1679e7f1d0b9724 bootchart-0.9.ebuild 2857 -SHA256 2ef4cce784052f14ce7f374a2557689c41a12d6e40565144d9b9861be4d534f2 bootchart-0.9.ebuild 2857 +EBUILD bootchart-0.9.ebuild 2862 RMD160 7ddbcee5f04ae6fb7958a8dee12114f6fe21bf02 SHA1 7d0e62e98156acb1a75d9282bc17604fc7ca163e SHA256 e363391287f4d26794223303e8e5d9032cfd349b9f10048deebd953cee48a796 +MD5 7a79243591f3ee79d4b25e56741a214f bootchart-0.9.ebuild 2862 +RMD160 7ddbcee5f04ae6fb7958a8dee12114f6fe21bf02 bootchart-0.9.ebuild 2862 +SHA256 e363391287f4d26794223303e8e5d9032cfd349b9f10048deebd953cee48a796 bootchart-0.9.ebuild 2862 MISC ChangeLog 478 RMD160 046decc461632ebc8baac5125804741dffe0cc74 SHA1 2d952ffcde92159fe129f6d20588e0a0b9a481cf SHA256 f27a13a3ba24be06ba5c8e35a9780353015ed55cae8aae84d1dcd4ed548854ee MD5 3a40d407b2b297faa08074dcdf5875e4 ChangeLog 478 RMD160 046decc461632ebc8baac5125804741dffe0cc74 ChangeLog 478 diff --git a/app-benchmarks/bootchart/bootchart-0.9.ebuild b/app-benchmarks/bootchart/bootchart-0.9.ebuild index 1a743ab26a7a..1a005e214a04 100644 --- a/app-benchmarks/bootchart/bootchart-0.9.ebuild +++ b/app-benchmarks/bootchart/bootchart-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart/bootchart-0.9.ebuild,v 1.1 2006/08/15 11:44:28 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart/bootchart-0.9.ebuild,v 1.2 2006/08/15 16:02:03 mr_bones_ Exp $ inherit eutils java-pkg @@ -22,7 +22,7 @@ RDEPEND=" >=virtual/jdk-1.3 dev-java/commons-cli ) - acct? sys-process/acct + acct? ( sys-process/acct ) " LICENSE="GPL-2" |