diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-05-27 00:08:24 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-05-27 00:08:24 +0000 |
commit | 34c232e93736159be4012d086c8320b84df8b7f6 (patch) | |
tree | 7f7f5820098e149e7de3fb21c90623e7ae54e0fd /xfce-extra/notification-daemon-xfce | |
parent | Migrate to split-ant. (diff) | |
download | gentoo-2-34c232e93736159be4012d086c8320b84df8b7f6.tar.gz gentoo-2-34c232e93736159be4012d086c8320b84df8b7f6.tar.bz2 gentoo-2-34c232e93736159be4012d086c8320b84df8b7f6.zip |
Add ~ppc keyword. Tested on a PowerBook 5,9 with GCC 4.1.2
(Portage version: 2.1.2.7)
Diffstat (limited to 'xfce-extra/notification-daemon-xfce')
-rw-r--r-- | xfce-extra/notification-daemon-xfce/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/notification-daemon-xfce/ChangeLog b/xfce-extra/notification-daemon-xfce/ChangeLog index 24c0d3306da8..15cedf0aff1e 100644 --- a/xfce-extra/notification-daemon-xfce/ChangeLog +++ b/xfce-extra/notification-daemon-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/notification-daemon-xfce # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.3 2007/05/26 22:10:20 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.4 2007/05/27 00:08:24 chainsaw Exp $ + + 27 May 2007; Tony Vroon <chainsaw@gentoo.org> + notification-daemon-xfce-0.3.7.ebuild: + Add ~ppc keyword. Tested on a PowerBook 5,9 with GCC 4.1.2 26 May 2007; Peter Weller <welp@gentoo.org> notification-daemon-xfce-0.3.7.ebuild: diff --git a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index 837c9669ebce..d57640c77a70 100644 --- a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.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/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.3 2007/05/26 22:10:20 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.4 2007/05/27 00:08:24 chainsaw Exp $ inherit xfce44 @@ -10,7 +10,7 @@ DESCRIPTION="Port of notification daemon for Xfce Desktop Environment" HOMEPAGE="http://goodies.xfce.org/projects/applications/notification-daemon-xfce" SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~ppc" IUSE="debug" RDEPEND=">=dev-libs/glib-2.6 |