summaryrefslogtreecommitdiff
path: root/gnome-extra/synapse/synapse-0.2.99.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
commitfe1c8b732bd548b699d4c2ef725f67f8b8c8911c (patch)
tree84c0b6ca01b7cb63c7d6e685a63823200ce1007f /gnome-extra/synapse/synapse-0.2.99.2.ebuild
parent7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b (diff)
gentoo resync : 04.05.2018
Diffstat (limited to 'gnome-extra/synapse/synapse-0.2.99.2.ebuild')
-rw-r--r--gnome-extra/synapse/synapse-0.2.99.2.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/gnome-extra/synapse/synapse-0.2.99.2.ebuild b/gnome-extra/synapse/synapse-0.2.99.2.ebuild
index ffbd527b6a9f..d2e698782f49 100644
--- a/gnome-extra/synapse/synapse-0.2.99.2.ebuild
+++ b/gnome-extra/synapse/synapse-0.2.99.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
# "ayatana" support pending on GTK+-3.x version of synapse wrt #411613
-IUSE="plugins +zeitgeist"
+IUSE="plugins"
RDEPEND="
dev-libs/libgee:0.8
@@ -32,11 +32,8 @@ RDEPEND="
x11-libs/libnotify
x11-libs/pango
x11-themes/adwaita-icon-theme
- plugins? ( >=net-libs/rest-0.7 )
- zeitgeist? (
- dev-libs/libzeitgeist
- >=gnome-extra/zeitgeist-0.9.14[fts]
- )"
+ plugins? ( >=net-libs/rest-0.7 )"
+
#ayatana? ( dev-libs/libappindicator )
DEPEND="${RDEPEND}
$(vala_depend)
@@ -53,7 +50,6 @@ src_configure() {
local myeconfargs=(
--enable-indicator=no
$(use_enable plugins librest yes)
- $(use_enable zeitgeist)
)
autotools-utils_src_configure
}