diff options
author | 2010-06-28 04:04:30 +0000 | |
---|---|---|
committer | 2010-06-28 04:04:30 +0000 | |
commit | 0f294f8fa66c6b0e267342763d84eb721a757259 (patch) | |
tree | f81a6d5c813dacfa48aea6004d224b37541eca7b | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-0f294f8fa66c6b0e267342763d84eb721a757259.tar.gz gentoo-2-0f294f8fa66c6b0e267342763d84eb721a757259.tar.bz2 gentoo-2-0f294f8fa66c6b0e267342763d84eb721a757259.zip |
x86 stable, bug 322791
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
-rw-r--r-- | kde-base/svgpart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/svgpart/svgpart-4.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/svgpart/ChangeLog b/kde-base/svgpart/ChangeLog index 9e18fdc9e1fc..b99ff5487585 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.61 2010/06/24 10:35:05 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/ChangeLog,v 1.62 2010/06/28 04:04:30 fauli Exp $ + + 28 Jun 2010; Christian Faulhammer <fauli@gentoo.org> svgpart-4.4.4.ebuild: + x86 stable, bug 322791 24 Jun 2010; Christoph Mende <angelos@gentoo.org> svgpart-4.4.4.ebuild: Stable on amd64 wrt bug #322791 diff --git a/kde-base/svgpart/svgpart-4.4.4.ebuild b/kde-base/svgpart/svgpart-4.4.4.ebuild index ea0679927759..48a98d58c69c 100644 --- a/kde-base/svgpart/svgpart-4.4.4.ebuild +++ b/kde-base/svgpart/svgpart-4.4.4.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.4.ebuild,v 1.3 2010/06/24 10:35:05 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/svgpart-4.4.4.ebuild,v 1.4 2010/06/28 04:04:30 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" |