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 | |
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)
-rw-r--r-- | rox-extra/memo/ChangeLog | 6 | ||||
-rw-r--r-- | rox-extra/memo/memo-2.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/rox-extra/memo/ChangeLog b/rox-extra/memo/ChangeLog index 6bcb3676d23f..56495996c270 100644 --- a/rox-extra/memo/ChangeLog +++ b/rox-extra/memo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for rox-extra/memo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/ChangeLog,v 1.16 2007/04/07 13:06:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/ChangeLog,v 1.17 2007/05/28 16:25:10 lack Exp $ + + 28 May 2007; Jim Ramsay <lack@gentoo.org> memo-2.0-r1.ebuild: + Changed to depend on libnotify instead of notification-daemon directly, to + remove upcoming conflict with notification-daemon-xfce 07 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> memo-2.0-r1.ebuild: ppc stable, bug #171614 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" |