diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-17 10:01:17 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-17 10:01:17 +0000 |
commit | d2636ef9215572c9496195d2933857ba65ad2457 (patch) | |
tree | d99989fd4456ee5cd71ff5f5ed9b1a02af213bd1 /kde-base/kmplot | |
parent | Beginning of regular releases of subversion trunk until its feature set stables. (diff) | |
download | gentoo-2-d2636ef9215572c9496195d2933857ba65ad2457.tar.gz gentoo-2-d2636ef9215572c9496195d2933857ba65ad2457.tar.bz2 gentoo-2-d2636ef9215572c9496195d2933857ba65ad2457.zip |
Added ~ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 39829472c82e..9cb2539ca9ef 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.33 2005/12/12 16:59:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.34 2005/12/17 10:00:30 corsair Exp $ + + 17 Dec 2005; Markus Rothe <corsair@gentoo.org> kmplot-3.5.0.ebuild: + Added ~ppc64 12 Dec 2005; Joseph Jezak <josejx@gentoo.org> kmplot-3.5.0.ebuild: Marked ~ppc. diff --git a/kde-base/kmplot/kmplot-3.5.0.ebuild b/kde-base/kmplot/kmplot-3.5.0.ebuild index 5533c84e5636..24b397cb0eba 100644 --- a/kde-base/kmplot/kmplot-3.5.0.ebuild +++ b/kde-base/kmplot/kmplot-3.5.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.0.ebuild,v 1.4 2005/12/12 16:59:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.0.ebuild,v 1.5 2005/12/17 10:00:30 corsair Exp $ KMNAME=kdeedu MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="Mathematical function plotter for KDE" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" |