diff options
Diffstat (limited to 'app-office/kformula')
-rw-r--r-- | app-office/kformula/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/kformula/kformula-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog index 5643023b7b5c..03ef04dee63a 100644 --- a/app-office/kformula/ChangeLog +++ b/app-office/kformula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/kformula # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.36 2006/05/29 19:24:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.37 2006/06/19 04:13:27 tcort Exp $ + + 19 Jun 2006; Thomas Cort <tcort@gentoo.org> kformula-1.5.1.ebuild: + Added ~alpha keyword wrt Bug #122204. 29 May 2006; Diego Pettenò <flameeyes@gentoo.org> -kformula-1.5_beta1.ebuild, -kformula-1.5_beta2.ebuild, diff --git a/app-office/kformula/kformula-1.5.1.ebuild b/app-office/kformula/kformula-1.5.1.ebuild index e6446db33484..fa2809eeb905 100644 --- a/app-office/kformula/kformula-1.5.1.ebuild +++ b/app-office/kformula/kformula-1.5.1.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/app-office/kformula/kformula-1.5.1.ebuild,v 1.1 2006/05/20 15:42:35 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.5.1.ebuild,v 1.2 2006/06/19 04:13:27 tcort Exp $ MAXKOFFICEVER=${PV} KMNAME=koffice @@ -11,7 +11,7 @@ HOMEPAGE="http://www.koffice.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" |