summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-09-03 19:40:54 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-09-03 19:40:54 +0000
commit6be7539878e5d9075fc75c6dd97b6a5a64bb0898 (patch)
tree8539370af2509158b5a6a9f2266e607e6e088957 /mail-client
parentFix xen documentation depenencies (diff)
downloadgentoo-2-6be7539878e5d9075fc75c6dd97b6a5a64bb0898.tar.gz
gentoo-2-6be7539878e5d9075fc75c6dd97b6a5a64bb0898.tar.bz2
gentoo-2-6be7539878e5d9075fc75c6dd97b6a5a64bb0898.zip
Add dependency on GTK+ >=2.10, as trayicon module needs it. It's added as a mandatory dep, because gtk+-2.10 is stable for all arches anyway.
(Portage version: 2.1.3.7)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild b/mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild
index 001480a25155..71cde6f46366 100644
--- a/mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild
+++ b/mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild,v 1.1 2007/09/03 19:36:55 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.12.ebuild,v 1.2 2007/09/03 19:40:54 ticho Exp $
MY_P="${PN#claws-mail-}_plugin-${PV}"
@@ -11,7 +11,8 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=mail-client/claws-mail-3.0.0"
+DEPEND=">=mail-client/claws-mail-3.0.0
+ >=x11-libs/gtk+-2.10"
S="${WORKDIR}/${MY_P}"