diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-08 13:29:38 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-08 13:29:38 +0000 |
commit | 76cc83bc096acf1d29c88c7aef1657ac17fd06cd (patch) | |
tree | dc644548c48fed608b0489b047fb59b856765bc3 /app-benchmarks/os-autoinst | |
parent | add upstream fix to build with recent ffmpeg versions, bug #439604 (diff) | |
download | gentoo-2-76cc83bc096acf1d29c88c7aef1657ac17fd06cd.tar.gz gentoo-2-76cc83bc096acf1d29c88c7aef1657ac17fd06cd.tar.bz2 gentoo-2-76cc83bc096acf1d29c88c7aef1657ac17fd06cd.zip |
Require perl with threads.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-benchmarks/os-autoinst')
-rw-r--r-- | app-benchmarks/os-autoinst/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/os-autoinst/os-autoinst-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-benchmarks/os-autoinst/ChangeLog b/app-benchmarks/os-autoinst/ChangeLog index 0fc8516d64c9..027883d0622f 100644 --- a/app-benchmarks/os-autoinst/ChangeLog +++ b/app-benchmarks/os-autoinst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/os-autoinst # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/ChangeLog,v 1.4 2012/10/09 20:55:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/ChangeLog,v 1.5 2012/11/08 13:29:38 scarabeus Exp $ + + 08 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> os-autoinst-9999.ebuild: + Require perl with threads. 09 Oct 2012; Doug Goldstein <cardoe@gentoo.org> os-autoinst-9999.ebuild: Update to reflect app-emulation/qemu-kvm -> app-emulation/qemu move. diff --git a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild b/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild index 6d0803ceeaa9..f0e10dadac46 100644 --- a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild +++ b/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild,v 1.3 2012/10/09 20:55:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild,v 1.4 2012/11/08 13:29:38 scarabeus Exp $ EAPI=4 @@ -18,6 +18,7 @@ KEYWORDS="" IUSE="" RDEPEND=" + dev-lang/perl[ithreads] app-emulation/qemu app-text/gocr media-gfx/imagemagick |