diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-23 13:37:59 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-23 13:37:59 +0000 |
commit | ddc4ec005081228ebbe7b493917235d94534e20e (patch) | |
tree | 772abf2ddc7afdf27aada14c091a935961ece56b /x11-libs/libnotify | |
parent | Add ~sparc for testing at user request (Guido Winkelmann), Bug #228979. (diff) | |
download | gentoo-2-ddc4ec005081228ebbe7b493917235d94534e20e.tar.gz gentoo-2-ddc4ec005081228ebbe7b493917235d94534e20e.tar.bz2 gentoo-2-ddc4ec005081228ebbe7b493917235d94534e20e.zip |
ci again..
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index 928d85847e56..aa9dc27c7e1f 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libnotify -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.40 2007/12/13 19:32:10 compnerd Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.41 2008/06/23 13:37:59 drac Exp $ + + 23 Jun 2008; Samuli Suominen <drac@gentoo.org> libnotify-0.4.4.ebuild: + Because repoman ci is broken commit to fix notification-daemon-xfce + category failed without error message. Thanks to Mr. Bones. 14 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org> -libnotify-0.4.3.ebuild: diff --git a/x11-libs/libnotify/libnotify-0.4.4.ebuild b/x11-libs/libnotify/libnotify-0.4.4.ebuild index 96c0acc641ea..bf6863834a8d 100644 --- a/x11-libs/libnotify/libnotify-0.4.4.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.11 2007/08/25 13:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.12 2008/06/23 13:37:59 drac Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.6 >=dev-libs/glib-2.6 >=dev-libs/dbus-glib-0.71 - || ( x11-misc/notification-daemon xfce-extra/notification-daemon-xfce )" + || ( x11-misc/notification-daemon x11-misc/notification-daemon-xfce )" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" |