diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-08-09 10:20:34 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-08-09 10:20:34 +0000 |
commit | 9b602652cf084c9b793c986684d60e5d1803a849 (patch) | |
tree | 77e5f6247893c0ad6efee02b1feb0944e2741a89 /kde-base/svgpart | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-9b602652cf084c9b793c986684d60e5d1803a849.tar.gz gentoo-2-9b602652cf084c9b793c986684d60e5d1803a849.tar.bz2 gentoo-2-9b602652cf084c9b793c986684d60e5d1803a849.zip |
x86 stable, bug 322791
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/svgpart')
-rw-r--r-- | kde-base/svgpart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/svgpart/svgpart-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/svgpart/ChangeLog b/kde-base/svgpart/ChangeLog index 6828efef8bed..3adf6919e282 100644 --- a/kde-base/svgpart/ChangeLog +++ b/kde-base/svgpart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/svgpart # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/ChangeLog,v 1.65 2010/08/09 04:29:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/ChangeLog,v 1.66 2010/08/09 10:20:34 fauli Exp $ + + 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> svgpart-4.4.5.ebuild: + x86 stable, bug 322791 09 Aug 2010; Joseph Jezak <josejx@gentoo.org> svgpart-4.4.5.ebuild: Marked ppc stable for bug #322791. diff --git a/kde-base/svgpart/svgpart-4.4.5.ebuild b/kde-base/svgpart/svgpart-4.4.5.ebuild index 5d740363573f..d96adfb35431 100644 --- a/kde-base/svgpart/svgpart-4.4.5.ebuild +++ b/kde-base/svgpart/svgpart-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/svgpart-4.4.5.ebuild,v 1.3 2010/08/09 04:29:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/svgpart-4.4.5.ebuild,v 1.4 2010/08/09 10:20:34 fauli Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdegraphics" inherit kde4-meta DESCRIPTION="Svgpart is a kpart for viewing SVGs" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="debug" |