From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QrGcD-0007qI-Ig for garchives@archives.gentoo.org; Wed, 10 Aug 2011 21:47:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7393921C196; Wed, 10 Aug 2011 21:46:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4809221C196 for ; Wed, 10 Aug 2011 21:46:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB2A01B405A for ; Wed, 10 Aug 2011 21:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DC72080040 for ; Wed, 10 Aug 2011 21:46:55 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <892415694093e6a1309470a5bcd5964be42c9026.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/ X-VCS-Repository: proj/kde X-VCS-Files: app-misc/strigi/strigi-9999.ebuild X-VCS-Directories: app-misc/strigi/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 892415694093e6a1309470a5bcd5964be42c9026 Date: Wed, 10 Aug 2011 21:46:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ff36c8ace30d70a1f8b3e0877507b66b commit: 892415694093e6a1309470a5bcd5964be42c9026 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Wed Aug 10 21:46:57 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Wed Aug 10 21:46:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D89241569 [app-misc/strigi] dont use invalid useflag xine, bug 378155 (Portage version: 2.1.10.10/git/Linux x86_64, signed Manifest commit with= key B6C5F7DE) --- app-misc/strigi/strigi-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-= 9999.ebuild index b837ad8..d9dae36 100644 --- a/app-misc/strigi/strigi-9999.ebuild +++ b/app-misc/strigi/strigi-9999.ebuild @@ -55,6 +55,7 @@ src_configure() { -DFORCE_DEPS=3DON -DENABLE_CPPUNIT=3DOFF -DENABLE_REGENERATEXSD=3DOFF + -DENABLE_XINE=3DOFF $(cmake-utils_use_enable clucene) $(cmake-utils_use_enable dbus) $(cmake-utils_use_enable exif EXIV2) @@ -65,7 +66,6 @@ src_configure() { $(cmake-utils_use_enable log LOG4CXX) $(cmake-utils_use_enable qt4) $(cmake-utils_use_enable test CPPUNIT) - $(cmake-utils_use_disable xine) ) =20 if use qt4; then