diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-05-28 16:25:10 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-05-28 16:25:10 +0000 |
commit | 40f14483d09401ee739e316a8c877ec0257b556f (patch) | |
tree | e97959e4901e32694074f935b43f5e44f0f8be5f /rox-extra/memo/memo-2.0-r1.ebuild | |
parent | Call java-pkg-2_pkg_setup in pkg_setup. (diff) | |
download | gentoo-2-40f14483d09401ee739e316a8c877ec0257b556f.tar.gz gentoo-2-40f14483d09401ee739e316a8c877ec0257b556f.tar.bz2 gentoo-2-40f14483d09401ee739e316a8c877ec0257b556f.zip |
Changed to depend on libnotify instead of notification-daemon directly, to remove upcoming conflict with notification-daemon-xfce
(Portage version: 2.1.2.8)
Diffstat (limited to 'rox-extra/memo/memo-2.0-r1.ebuild')
-rw-r--r-- | rox-extra/memo/memo-2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rox-extra/memo/memo-2.0-r1.ebuild b/rox-extra/memo/memo-2.0-r1.ebuild index 236fab82c6c3..f739fde8d0c6 100644 --- a/rox-extra/memo/memo-2.0-r1.ebuild +++ b/rox-extra/memo/memo-2.0-r1.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/rox-extra/memo/memo-2.0-r1.ebuild,v 1.4 2007/04/07 13:06:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/memo-2.0-r1.ebuild,v 1.5 2007/05/28 16:25:10 lack Exp $ ROX_LIB_VER=1.9.8 inherit rox @@ -17,7 +17,7 @@ IUSE="libnotify" RDEPEND="libnotify? ( >=dev-python/dbus-python-0.71 - x11-misc/notification-daemon )" + x11-libs/libnotify )" APPNAME=${MY_PN} APPCATEGORY="Utility;Clock" |