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 1RA9QI-0007yt-SX for garchives@archives.gentoo.org; Sat, 01 Oct 2011 23:56:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7710A21C04E; Sat, 1 Oct 2011 23:56:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4757C21C04E for ; Sat, 1 Oct 2011 23:56:43 +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 AA8B11B4004 for ; Sat, 1 Oct 2011 23:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 695808004B for ; Sat, 1 Oct 2011 23:56:41 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/tracker/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/tracker/tracker-0.12.3.ebuild X-VCS-Directories: app-misc/tracker/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: bfaee3dedd890e09f67da7206829c424ec1be600 Date: Sat, 1 Oct 2011 23:56:41 +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: 76de2e537a6c2f52dbd93fdc15a301e4 commit: bfaee3dedd890e09f67da7206829c424ec1be600 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Oct 1 23:47:53 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Oct 1 23:51:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dbfaee3de app-misc/tracker: depend on >=3Dglibc-2.12 (#385003) tracker-0.12.3 needs SCHED_IDLE, which in glibc is only available in 2.12 and higher. Thanks to Jason Lamb lambhome.org> for repor= ting the build issue on a glibc-2.11-based system in bug #385003. --- app-misc/tracker/tracker-0.12.3.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/app-misc/tracker/tracker-0.12.3.ebuild b/app-misc/tracker/tr= acker-0.12.3.ebuild index 41fbf32..76b1eb6 100644 --- a/app-misc/tracker/tracker-0.12.3.ebuild +++ b/app-misc/tracker/tracker-0.12.3.ebuild @@ -17,7 +17,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" # USE=3D"doc" is managed by eclass. -IUSE=3D"applet doc eds exif firefox flac flickr gif gnome-keyring gsf gs= treamer gtk iptc +jpeg laptop mp3 nautilus networkmanager pdf playlist qt= 4 rss test thunderbird +tiff upnp +vorbis xine +xml xmp" # strigi +IUSE=3D"applet doc eds elibc_glibc exif firefox flac flickr gif gnome-ke= yring gsf gstreamer gtk iptc +jpeg laptop mp3 nautilus networkmanager pdf= playlist qt4 rss test thunderbird +tiff upnp +vorbis xine +xml xmp" # st= rigi =20 # Test suite highly disfunctional, loops forever # putting aside for now @@ -26,6 +26,7 @@ RESTRICT=3D"test" # vala is built with debug by default (see VALAFLAGS) # FIXME: what about firefox-bin and thunderbird-bin? # According to NEWS, introspection is non-optional +# glibc-2.12 needed for SCHED_IDLE (see bug #385003) RDEPEND=3D" >=3Dapp-i18n/enca-1.9 >=3Ddev-db/sqlite-3.7[threadsafe] @@ -46,6 +47,7 @@ RDEPEND=3D" eds? ( >=3Dmail-client/evolution-2.91.90 >=3Dgnome-extra/evolution-data-server-2.91.90 ) + elibc_glibc? ( >=3Dsys-libs/glibc-2.12 ) exif? ( >=3Dmedia-libs/libexif-0.6 ) firefox? ( >=3Dwww-client/firefox-4.0 ) flac? ( >=3Dmedia-libs/flac-1.2.1 )