diff options
author | 2006-02-19 21:36:41 +0000 | |
---|---|---|
committer | 2006-02-19 21:36:41 +0000 | |
commit | 771ddfa16586f3571a4fb4b32880036570226f2c (patch) | |
tree | 92818ac3da3f2d075a76d5522cee53f98465ac11 | |
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)
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.3.4.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index 7bbf58a287ea..2466980ba3ba 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.1 2006/02/19 19:03:15 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.2 2006/02/19 21:36:41 metalgod Exp $ + + 19 Feb 2006; Luis Medinas <metalgod@gentoo.org> libnotify-0.3.2.ebuild: + Added ~amd64 keyword. *libnotify-0.3.2 (19 Feb 2006) diff --git a/x11-libs/libnotify/libnotify-0.3.2.ebuild b/x11-libs/libnotify/libnotify-0.3.2.ebuild index a16ee6efb1e2..9c45117e5c1b 100644 --- a/x11-libs/libnotify/libnotify-0.3.2.ebuild +++ b/x11-libs/libnotify/libnotify-0.3.2.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-libs/libnotify/libnotify-0.3.2.ebuild,v 1.2 2006/02/19 19:15:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.3.2.ebuild,v 1.3 2006/02/19 21:36:41 metalgod Exp $ DESCRIPTION="Notifications library" HOMEPAGE="http://www.galago-project.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.2.2 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 |