diff options
Diffstat (limited to 'gnome-extra/timer-applet/timer-applet-1.3.1.ebuild')
-rw-r--r-- | gnome-extra/timer-applet/timer-applet-1.3.1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/timer-applet/timer-applet-1.3.1.ebuild b/gnome-extra/timer-applet/timer-applet-1.3.1.ebuild index 617538832..3ea593eb1 100644 --- a/gnome-extra/timer-applet/timer-applet-1.3.1.ebuild +++ b/gnome-extra/timer-applet/timer-applet-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,12 +11,16 @@ SRC_URI="mirror://sourceforge/timerapplet/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="doc libnotify sounds" + +# Feel free to re-add libnotify once the dependency is not automagic +# http://www.gentoo.org/proj/en/qa/automagic.xml +IUSE="doc sounds" #libnotify DEPEND=">=gnome-base/gnome-panel-2.6 >=x11-libs/gtk+-2.8 sounds? ( gnome-extra/gnome-audio ) - libnotify? ( >=x11-libs/libnotify-0.3 )" + >=x11-libs/libnotify-0.3 )" +# libnotify? ( >=x11-libs/libnotify-0.3 )" RDEPEND="${DEPEND}" |