public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkface/
Date: Thu,  4 Aug 2016 14:11:28 +0000 (UTC)	[thread overview]
Message-ID: <1470319870.00c4edac89d0a1c5ce5cf9baaa2f94034133a5b8.kensington@gentoo> (raw)

commit:     00c4edac89d0a1c5ce5cf9baaa2f94034133a5b8
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 20:31:58 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 14:11:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=00c4edac

kde-apps/libkface: Lower opencv dependency

Arfrever-enhanced method.

Package-Manager: portage-2.2.28

 kde-apps/libkface/libkface-16.07.80.ebuild      | 4 ++--
 kde-apps/libkface/libkface-16.08.49.9999.ebuild | 4 ++--
 kde-apps/libkface/libkface-9999.ebuild          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/libkface/libkface-16.07.80.ebuild b/kde-apps/libkface/libkface-16.07.80.ebuild
index 6bda88f..847d330 100644
--- a/kde-apps/libkface/libkface-16.07.80.ebuild
+++ b/kde-apps/libkface/libkface-16.07.80.ebuild
@@ -19,7 +19,7 @@ DEPEND="
 	$(add_qt_dep qtsql)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	>=media-libs/opencv-3:=[contrib]
+	media-libs/opencv:=[contrib(+)]
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${PN}-15.12.2-opencv3.1.patch" )
 
 src_configure() {
 	local mycmakeargs=(
-		-DENABLE_OPENCV3=ON
+		-DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/libkface/libkface-16.08.49.9999.ebuild b/kde-apps/libkface/libkface-16.08.49.9999.ebuild
index 5ad984c..e468ce7 100644
--- a/kde-apps/libkface/libkface-16.08.49.9999.ebuild
+++ b/kde-apps/libkface/libkface-16.08.49.9999.ebuild
@@ -19,7 +19,7 @@ DEPEND="
 	$(add_qt_dep qtsql)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	>=media-libs/opencv-3:=[contrib]
+	media-libs/opencv:=[contrib(+)]
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${PN}-15.12.2-opencv3.1.patch" )
 
 src_configure() {
 	local mycmakeargs=(
-		-DENABLE_OPENCV3=ON
+		-DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/libkface/libkface-9999.ebuild b/kde-apps/libkface/libkface-9999.ebuild
index 5ad984c..e468ce7 100644
--- a/kde-apps/libkface/libkface-9999.ebuild
+++ b/kde-apps/libkface/libkface-9999.ebuild
@@ -19,7 +19,7 @@ DEPEND="
 	$(add_qt_dep qtsql)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	>=media-libs/opencv-3:=[contrib]
+	media-libs/opencv:=[contrib(+)]
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${PN}-15.12.2-opencv3.1.patch" )
 
 src_configure() {
 	local mycmakeargs=(
-		-DENABLE_OPENCV3=ON
+		-DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no)
 	)
 
 	kde5_src_configure


             reply	other threads:[~2016-08-04 14:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-04 14:11 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-07 21:44 [gentoo-commits] proj/kde:master commit in: kde-apps/libkface/ Johannes Huber
2016-08-25 18:33 Michael Palimaka
2016-01-31 15:22 Michael Palimaka
2015-10-23  2:32 Michael Palimaka
2015-10-22 21:23 Manuel Rüger
2015-10-16 18:24 Michael Palimaka
2015-10-11  6:54 Michael Palimaka
2015-08-03 19:11 Johannes Huber
2015-05-23 16:13 Michael Palimaka
2015-05-23 16:13 Michael Palimaka
2014-12-17 23:13 Manuel Rüger
2014-12-17 23:00 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470319870.00c4edac89d0a1c5ce5cf9baaa2f94034133a5b8.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox