diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-11 20:01:16 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-11 20:09:00 +0200 |
commit | 6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82 (patch) | |
tree | f09e427f670b60720583407fd759090e8b8a57e1 /gnome-base | |
parent | gnome-base/nautilus: add explicit build dep on glib-utils (diff) | |
download | gentoo-6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82.tar.gz gentoo-6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82.tar.bz2 gentoo-6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82.zip |
gnome-base/nautilus-3.24.2.1: preparation for tracker-2
* Lock tracker to tracker-1, as configure doesn't support
tracker-2.
* Remove nautilus-tracker-tags PDEPEND, as it is rather
unmaintained and going away with tracker-2. Meanwhile, old
tracker has a USE=nautilus that pulls it in anyways, and
another way to enable this in nautilus shouldn't have
existed in the first place. This change is mainly meant to
allow us to hopefully last rite nautilus-tracker-tags
sooner, as all this combined warranted a revbump anyways,
thus getting the deps into user VDBs.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild (renamed from gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild b/gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild index 549e934e5d79..ae97ee6cbaac 100644 --- a/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild +++ b/gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" exif? ( >=media-libs/libexif-0.6.20 ) introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) selinux? ( >=sys-libs/libselinux-2 ) - tracker? ( >=app-misc/tracker-1:= ) + tracker? ( app-misc/tracker:0/100 ) xmp? ( >=media-libs/exempi-2.1.0:2 ) " DEPEND="${COMMON_DEPEND} @@ -62,7 +62,6 @@ RDEPEND="${COMMON_DEPEND} PDEPEND=" gnome? ( x11-themes/adwaita-icon-theme ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) previewer? ( >=gnome-extra/sushi-0.1.9 ) sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) >=gnome-base/gvfs-1.14[gtk(+)] |