diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-24 20:26:40 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-24 20:26:40 +0000 |
commit | 94ee37d3caadabeab4d41bcccb1a7b7ce88b1a23 (patch) | |
tree | af3e545362f50f9d2e104e2669a76c8d0c1503ad /kde-base/kolourpaint | |
parent | Fix a path. (diff) | |
download | gentoo-2-94ee37d3caadabeab4d41bcccb1a7b7ce88b1a23.tar.gz gentoo-2-94ee37d3caadabeab4d41bcccb1a7b7ce88b1a23.tar.bz2 gentoo-2-94ee37d3caadabeab4d41bcccb1a7b7ce88b1a23.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index c56e1bed8d66..bcbea97d398e 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kolourpaint # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.26 2005/11/24 13:37:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.27 2005/11/24 20:23:35 corsair Exp $ + + 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kolourpaint-3.4.3.ebuild: + Stable on ppc64 24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> kolourpaint-3.4.3.ebuild: diff --git a/kde-base/kolourpaint/kolourpaint-3.4.3.ebuild b/kde-base/kolourpaint/kolourpaint-3.4.3.ebuild index 5b0285d51c4d..d1dc3e14365e 100644 --- a/kde-base/kolourpaint/kolourpaint-3.4.3.ebuild +++ b/kde-base/kolourpaint/kolourpaint-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-3.4.3.ebuild,v 1.2 2005/11/24 13:37:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-3.4.3.ebuild,v 1.3 2005/11/24 20:23:35 corsair Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -8,5 +8,5 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="Paint Program for KDE" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" IUSE="" |