diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-03-10 15:11:11 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-03-10 15:11:11 +0000 |
commit | a3c09d43259956cbb209b9745d55d549be94bc18 (patch) | |
tree | 0aa5d9925098c17019bc97e957e5772ee8f32f5a /app-office | |
parent | Replace bash-specific code from init script, thanks to Natanael Copa <natanae... (diff) | |
download | gentoo-2-a3c09d43259956cbb209b9745d55d549be94bc18.tar.gz gentoo-2-a3c09d43259956cbb209b9745d55d549be94bc18.tar.bz2 gentoo-2-a3c09d43259956cbb209b9745d55d549be94bc18.zip |
Added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/mozilla-sunbird/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird/ChangeLog b/app-office/mozilla-sunbird/ChangeLog index 6cd3827e907b..f2d30e96a6ae 100644 --- a/app-office/mozilla-sunbird/ChangeLog +++ b/app-office/mozilla-sunbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/mozilla-sunbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.7 2007/03/08 21:56:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.8 2007/03/10 15:11:11 corsair Exp $ + + 10 Mar 2007; Markus Rothe <corsair@gentoo.org> + mozilla-sunbird-0.3.1.ebuild: + Added ~ppc64 08 Mar 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.3.1.ebuild: diff --git a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild index 9915f4970450..d515cc6bbff2 100644 --- a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild +++ b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.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/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.6 2007/03/08 21:56:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.7 2007/03/10 15:11:11 corsair Exp $ WANT_AUTOCONF="2.1" @@ -24,7 +24,7 @@ for X in ${LANGS} ; do # english is handled internally done -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* ~amd64 ~ppc64 ~x86" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" |