diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-02-04 15:57:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-02-04 15:57:53 +0000 |
commit | 187fe8df3ae6e081cbb8e067baedee1e6e3cef82 (patch) | |
tree | 60607a55eee82d26a77d1710b1eab92e74e06129 /app-benchmarks | |
parent | Add a missed '\' to added patch, 2nd. time lucky (diff) | |
download | gentoo-2-187fe8df3ae6e081cbb8e067baedee1e6e3cef82.tar.gz gentoo-2-187fe8df3ae6e081cbb8e067baedee1e6e3cef82.tar.bz2 gentoo-2-187fe8df3ae6e081cbb8e067baedee1e6e3cef82.zip |
Raise the opencv dependency.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/os-autoinst/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/os-autoinst/os-autoinst-9999.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-benchmarks/os-autoinst/ChangeLog b/app-benchmarks/os-autoinst/ChangeLog index 56b303e3d079..7c4f48933db3 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/ChangeLog,v 1.6 2013/02/04 15:10:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/ChangeLog,v 1.7 2013/02/04 15:57:53 scarabeus Exp $ + + 04 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> os-autoinst-9999.ebuild: + Raise the opencv dependency. 04 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> os-autoinst-9999.ebuild: Update deps and prune libtool files. diff --git a/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild b/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild index 0587553dde04..84a9cf996211 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-2013 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.5 2013/02/04 15:10:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild,v 1.6 2013/02/04 15:57:53 scarabeus Exp $ EAPI=4 @@ -17,7 +17,9 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="media-libs/opencv" +DEPEND=" + >=media-libs/opencv-2.4 +" RDEPEND="${DEPEND} dev-lang/perl[ithreads] dev-perl/JSON |