diff options
author | Luis Medinas <metalgod@gentoo.org> | 2007-01-15 00:27:10 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2007-01-15 00:27:10 +0000 |
commit | 39610562235969087090727920de9d6208d79d1a (patch) | |
tree | 5b91b308958e6354ef1aa45f27389fc4ab7cf4b6 /x11-misc/notification-daemon | |
parent | amd64 stable per bug #161901 (diff) | |
download | gentoo-2-39610562235969087090727920de9d6208d79d1a.tar.gz gentoo-2-39610562235969087090727920de9d6208d79d1a.tar.bz2 gentoo-2-39610562235969087090727920de9d6208d79d1a.zip |
Stable on amd64. Bug #157906.
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index e512f657eed7..8ee4f8fda74d 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.31 2007/01/11 01:21:47 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.32 2007/01/15 00:27:09 metalgod Exp $ + + 15 Jan 2007; Luis Medinas <metalgod@gentoo.org> + notification-daemon-0.3.6-r1.ebuild: + Stable on amd64. Bug #157906. 11 Jan 2007; <compnerd@gentoo.org> notification-daemon-0.3.6-r1.ebuild: fix inverted depends diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild index aecee5acfe19..fd837abf4540 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.3.6-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/x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild,v 1.8 2007/01/11 01:21:47 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild,v 1.9 2007/01/15 00:27:10 metalgod Exp $ inherit gnome2 eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-libs/glib-2.4.0 |