diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-16 15:23:51 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-16 15:23:51 +0000 |
commit | 957bcf25ffa81760235b879fcccbe284afd6fc43 (patch) | |
tree | 2cd9e2b4f3542d15ee3de912a4fbd246e6e241be /x11-misc/notification-daemon | |
parent | Stable for HPPA (bug #159054). (diff) | |
download | gentoo-2-957bcf25ffa81760235b879fcccbe284afd6fc43.tar.gz gentoo-2-957bcf25ffa81760235b879fcccbe284afd6fc43.tar.bz2 gentoo-2-957bcf25ffa81760235b879fcccbe284afd6fc43.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.2)
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 8ee4f8fda74d..2bd74d409d89 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.32 2007/01/15 00:27:09 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.33 2007/01/16 15:23:51 uberlord Exp $ + + 16 Jan 2007; Roy Marples <uberlord@gentoo.org> + notification-daemon-0.3.6-r1.ebuild: + Added ~x86-fbsd keyword. 15 Jan 2007; Luis Medinas <metalgod@gentoo.org> notification-daemon-0.3.6-r1.ebuild: 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 fd837abf4540..8ec932a97c09 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.9 2007/01/15 00:27:10 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.6-r1.ebuild,v 1.10 2007/01/16 15:23:51 uberlord 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 ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/glib-2.4.0 |