diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-06-30 20:36:40 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-06-30 20:36:40 +0000 |
commit | 7115889f01e8f85cdb418f5daccc2c26422b8a2b (patch) | |
tree | 909b7e59e3144b62d91b29701c4bf293c79ce61b /app-office/koshell | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-7115889f01e8f85cdb418f5daccc2c26422b8a2b.tar.gz gentoo-2-7115889f01e8f85cdb418f5daccc2c26422b8a2b.tar.bz2 gentoo-2-7115889f01e8f85cdb418f5daccc2c26422b8a2b.zip |
Stable on ppc; gcc-4 related; bug #138099.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'app-office/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index cb1edf517ac3..e3b6426ef402 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/koshell # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.37 2006/06/19 04:09:48 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.38 2006/06/30 20:36:40 pylon Exp $ + + 30 Jun 2006; Lars Weiler <pylon@gentoo.org> koshell-1.5.1.ebuild: + Stable on ppc; gcc-4 related; bug #138099. 19 Jun 2006; Thomas Cort <tcort@gentoo.org> koshell-1.5.1.ebuild: Added ~alpha keyword wrt Bug #122204. diff --git a/app-office/koshell/koshell-1.5.1.ebuild b/app-office/koshell/koshell-1.5.1.ebuild index 91cff2d9b289..dbf27942f344 100644 --- a/app-office/koshell/koshell-1.5.1.ebuild +++ b/app-office/koshell/koshell-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/koshell/koshell-1.5.1.ebuild,v 1.2 2006/06/19 04:09:48 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.5.1.ebuild,v 1.3 2006/06/30 20:36:40 pylon Exp $ MAXKOFFICEVER=${PV} KMNAME=koffice @@ -11,7 +11,7 @@ HOMEPAGE="http://www.koffice.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" |