diff options
author | 2009-10-24 19:35:34 +0000 | |
---|---|---|
committer | 2009-10-24 19:35:34 +0000 | |
commit | f70d28020f7a3025a5a2c69a316b9d5767328b50 (patch) | |
tree | 2882d6259dea18a01a8eb08a9ff5aa20fd695d17 /kde-base | |
parent | Initial addition. (diff) | |
download | gentoo-2-f70d28020f7a3025a5a2c69a316b9d5767328b50.tar.gz gentoo-2-f70d28020f7a3025a5a2c69a316b9d5767328b50.tar.bz2 gentoo-2-f70d28020f7a3025a5a2c69a316b9d5767328b50.zip |
Marked ~ppc/~ppc64 for bug #280312.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/libknotificationitem/ChangeLog b/kde-base/libknotificationitem/ChangeLog index 1c324c8c55fd..33bd40bd1ef4 100644 --- a/kde-base/libknotificationitem/ChangeLog +++ b/kde-base/libknotificationitem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libknotificationitem # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libknotificationitem/ChangeLog,v 1.9 2009/10/18 13:07:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libknotificationitem/ChangeLog,v 1.10 2009/10/24 19:35:34 josejx Exp $ + + 24 Oct 2009; Joseph Jezak <josejx@gentoo.org> + libknotificationitem-4.3.1.ebuild, libknotificationitem-4.3.2.ebuild: + Marked ~ppc/~ppc64 for bug #280312. 18 Oct 2009; Markus Meier <maekke@gentoo.org> libknotificationitem-4.3.1.ebuild: diff --git a/kde-base/libknotificationitem/libknotificationitem-4.3.1.ebuild b/kde-base/libknotificationitem/libknotificationitem-4.3.1.ebuild index e5099c422a4d..d70527d19d37 100644 --- a/kde-base/libknotificationitem/libknotificationitem-4.3.1.ebuild +++ b/kde-base/libknotificationitem/libknotificationitem-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libknotificationitem/libknotificationitem-4.3.1.ebuild,v 1.4 2009/10/18 13:07:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libknotificationitem/libknotificationitem-4.3.1.ebuild,v 1.5 2009/10/24 19:35:34 josejx Exp $ EAPI="2" @@ -9,5 +9,5 @@ KMMODULE="knotificationitem" inherit kde4-meta DESCRIPTION="Notification library" -KEYWORDS="~alpha amd64 ~ia64 x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86" IUSE="debug" diff --git a/kde-base/libknotificationitem/libknotificationitem-4.3.2.ebuild b/kde-base/libknotificationitem/libknotificationitem-4.3.2.ebuild index 016d87526d36..c46f379a9f71 100644 --- a/kde-base/libknotificationitem/libknotificationitem-4.3.2.ebuild +++ b/kde-base/libknotificationitem/libknotificationitem-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libknotificationitem/libknotificationitem-4.3.2.ebuild,v 1.2 2009/10/09 17:06:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libknotificationitem/libknotificationitem-4.3.2.ebuild,v 1.3 2009/10/24 19:35:34 josejx Exp $ EAPI="2" @@ -9,5 +9,5 @@ KMMODULE="knotificationitem" inherit kde4-meta DESCRIPTION="Notification library" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" |