public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chris Reffett" <geekboy72@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkolabxml/
Date: Thu,  5 Jul 2012 21:49:56 +0000 (UTC)	[thread overview]
Message-ID: <1341524601.1483942ecabd5f05c31d2f0f9f0ea1c3f062c3e9.creffett@gentoo> (raw)

commit:     1483942ecabd5f05c31d2f0f9f0ea1c3f062c3e9
Author:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 21:43:21 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Thu Jul  5 21:43:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1483942e

[net-libs/libkolabxml] Fix wrong syntax in mycmakeargs, which should rectify the qt-test dependency issue

(Portage version: 2.2.0_alpha115/git/Linux x86_64, unsigned Manifest commit)

---
 net-libs/libkolabxml/libkolabxml-0.6.0.ebuild |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
index 5a5f744..1d266af 100644
--- a/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
+++ b/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
@@ -19,7 +19,6 @@ DEPEND="
 	dev-cpp/xsd
 	|| ( >=dev-libs/boost-1.42.0 ( <dev-libs/boost-1.42.0 dev-libs/ossp-uuid ) )
 	dev-libs/xerces-c
-	x11-libs/qt-test
 	csharp? ( dev-lang/swig )
 	java? ( dev-lang/swig )
 	python? ( dev-lang/swig )
@@ -30,11 +29,11 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_with csharp CSHARP_BINDINGS)
-		$(cmake-utils_use_with java JAVA_BINDINGS)
-		$(cmake-utils_use_with python PYTHON_BINDINGS)
-		$(cmake-utils_use_with php PHP_BINDINGS)
-		$(cmake-utils_use_with test BUILD_TESTS)
+		$(cmake-utils_use csharp CSHARP_BINDINGS)
+		$(cmake-utils_use java JAVA_BINDINGS)
+		$(cmake-utils_use python PYTHON_BINDINGS)
+		$(cmake-utils_use php PHP_BINDINGS)
+		$(cmake-utils_use_build test TESTS)
 	)
 	cmake-utils_src_configure
 }



             reply	other threads:[~2012-07-05 21:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05 21:49 Chris Reffett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-01 23:18 [gentoo-commits] proj/kde:master commit in: net-libs/libkolabxml/ Johannes Huber
2012-07-27  9:51 Johannes Huber
2012-07-14 18:01 Michael Palimaka
2012-07-05  3:09 Chris Reffett

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=1341524601.1483942ecabd5f05c31d2f0f9f0ea1c3f062c3e9.creffett@gentoo \
    --to=geekboy72@gmail.com \
    --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