summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-12-09 23:07:58 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2009-12-09 23:08:50 +0100
commit7b0604ffa29bd88c4438fefba1dc686df2f58b2f (patch)
tree8c5dc1d3ad92496c3b58fab565b436efff200303 /app-misc
parentmedia-libs/gst-convenience: add live ebuild (diff)
downloadgnome-7b0604ffa29bd88c4438fefba1dc686df2f58b2f.tar.gz
gnome-7b0604ffa29bd88c4438fefba1dc686df2f58b2f.tar.bz2
gnome-7b0604ffa29bd88c4438fefba1dc686df2f58b2f.zip
app-misc/tracker: only check for INOTIFY_USER, bug #296082
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tracker/Manifest2
-rw-r--r--app-misc/tracker/tracker-0.7.10.ebuild8
2 files changed, 4 insertions, 6 deletions
diff --git a/app-misc/tracker/Manifest b/app-misc/tracker/Manifest
index 409b235a..09e9de04 100644
--- a/app-misc/tracker/Manifest
+++ b/app-misc/tracker/Manifest
@@ -1,4 +1,4 @@
AUX tracker-0.6.95-eds-dbusbindingtool-sheets.patch 2536 RMD160 9764da85b03db097eade39e4ed0785d5886e8ac1 SHA1 aaa3ebb0da2c6335c347081ff172aff35333c2f0 SHA256 c9f8aecf69303fac6948eb789c85c7cb3561ef570cd251cf1c0f093d3a2cb326
AUX tracker-0.6.95-eds-missing-parameters.patch 1092 RMD160 524d695e6b39e7b6a9dc0763f019ff43664d2156 SHA1 b4b719e5df689a25e3465fe084e5f3f2ee4c53c9 SHA256 204d8b4f3267b250a6337a1c762075caf7c1469c8eb3d73422707029a2c6f48d
DIST tracker-0.7.10.tar.bz2 1642450 RMD160 65ddc598ae0510efaa5a06e7091fa689b9945c61 SHA1 b421fdf96977329c59d77b14d3e989f137b551ae SHA256 c3abfbc8a4bf32041aad3021fa3944bc9a056a05a198580986090e1622b16f28
-EBUILD tracker-0.7.10.ebuild 4307 RMD160 fc3d2cd51bda8e47bd4581f7d862ad83fa7e4c99 SHA1 8f1eff6b2c86d97fdcf235c16fc199cc3da02d20 SHA256 c7df0ebfa0e2ac5b561479965f849e5c1a45b2501709adbc275f81a6ef3987d7
+EBUILD tracker-0.7.10.ebuild 4121 RMD160 3492439c2f6fddc27599131b75d7335958f79ba7 SHA1 242fdde81cc39479abf529c002ed02ae53feb697 SHA256 9137d6e6fcda1df019a0c9c539aa3b51a1bbfd5a5efac07bc3319f3f3d8cb332
diff --git a/app-misc/tracker/tracker-0.7.10.ebuild b/app-misc/tracker/tracker-0.7.10.ebuild
index 93ae3354..e0cbd5fe 100644
--- a/app-misc/tracker/tracker-0.7.10.ebuild
+++ b/app-misc/tracker/tracker-0.7.10.ebuild
@@ -76,16 +76,14 @@ DOCS="AUTHORS ChangeLog NEWS README"
function notify_inotify() {
ewarn
ewarn "You should enable the INOTIFY support in your kernel."
- ewarn "Check the 'Inotify file change notification support' under the"
- ewarn "'File systems' option. It is marked as CONFIG_INOTIFY in the config"
- ewarn "Also enable 'Inotify support for userland' in under the previous"
- ewarn "option. It is marked as CONFIG_INOTIFY_USER in the config."
+ ewarn "Check the 'Inotify support for userland' under the 'File systems'"
+ ewarn "option. It is marked as CONFIG_INOTIFY_USER in the config"
ewarn
die 'missing CONFIG_INOTIFY'
}
function inotify_enabled() {
- linux_chkconfig_present INOTIFY && linux_chkconfig_present INOTIFY_USER
+ linux_chkconfig_present INOTIFY_USER
}
pkg_setup() {