summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/terminator/terminator-0.14.ebuild')
-rw-r--r--x11-terms/terminator/terminator-0.14.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-terms/terminator/terminator-0.14.ebuild b/x11-terms/terminator/terminator-0.14.ebuild
index dd4ef713e..559c3203b 100644
--- a/x11-terms/terminator/terminator-0.14.ebuild
+++ b/x11-terms/terminator/terminator-0.14.ebuild
@@ -12,14 +12,12 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gnome libnotify"
+IUSE="gnome"
RDEPEND="gnome? ( dev-python/gnome-python )
- libnotify? ( dev-python/notify-python )
>=x11-libs/vte-0.16[python]"
src_prepare() {
epatch "${FILESDIR}"/${P}-without-icon-cache.patch
- use libnotify || epatch "${FILESDIR}"/${PV}-libnotify.patch
distutils_src_prepare
}