diff options
author | 2006-02-19 21:36:41 +0000 | |
---|---|---|
committer | 2006-02-19 21:36:41 +0000 | |
commit | 771ddfa16586f3571a4fb4b32880036570226f2c (patch) | |
tree | 92818ac3da3f2d075a76d5522cee53f98465ac11 /x11-misc | |
parent | added raid USE flag, it's a deprecated option (diff) | |
download | gentoo-2-771ddfa16586f3571a4fb4b32880036570226f2c.tar.gz gentoo-2-771ddfa16586f3571a4fb4b32880036570226f2c.tar.bz2 gentoo-2-771ddfa16586f3571a4fb4b32880036570226f2c.zip |
Added ~amd64 keyword.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 2969f22855bc..19f63fedded3 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.1 2006/02/19 19:02:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.2 2006/02/19 21:35:16 metalgod Exp $ + + 19 Feb 2006; Luis Medinas <metalgod@gentoo.org> + notification-daemon-0.3.4.ebuild: + Added ~amd64 keyword. *notification-daemon-0.3.4 (19 Feb 2006) diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild index ccb52e21562e..379a2690c6a9 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.4.ebuild,v 1.1 2006/02/19 19:02:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild,v 1.2 2006/02/19 21:35:16 metalgod Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.4.0 |