diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 05:45:06 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 05:45:06 +0000 |
commit | d305e81ef0172795b06d07a7d7233d7c19817739 (patch) | |
tree | ac7904f1e5396a37c09fcd62f44832049bc86c13 /kde-base/mimelib | |
parent | Fix QA issues (diff) | |
download | gentoo-2-d305e81ef0172795b06d07a7d7233d7c19817739.tar.gz gentoo-2-d305e81ef0172795b06d07a7d7233d7c19817739.tar.bz2 gentoo-2-d305e81ef0172795b06d07a7d7233d7c19817739.zip |
Fix QA issues
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/mimelib')
-rw-r--r-- | kde-base/mimelib/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/mimelib/mimelib-3.5.10.ebuild | 4 | ||||
-rw-r--r-- | kde-base/mimelib/mimelib-3.5.9.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/kde-base/mimelib/ChangeLog b/kde-base/mimelib/ChangeLog index ddca1cc9f658..979ef9184c6a 100644 --- a/kde-base/mimelib/ChangeLog +++ b/kde-base/mimelib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/mimelib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/ChangeLog,v 1.113 2009/10/10 10:38:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/ChangeLog,v 1.114 2009/10/12 05:45:06 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> mimelib-3.5.9.ebuild, + mimelib-3.5.10.ebuild: + Fix QA issues 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> mimelib-4.3.1.ebuild: amd64 stable wrt #287697 diff --git a/kde-base/mimelib/mimelib-3.5.10.ebuild b/kde-base/mimelib/mimelib-3.5.10.ebuild index 0398fed69496..11b54705c898 100644 --- a/kde-base/mimelib/mimelib-3.5.10.ebuild +++ b/kde-base/mimelib/mimelib-3.5.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/mimelib-3.5.10.ebuild,v 1.7 2009/07/12 09:32:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/mimelib-3.5.10.ebuild,v 1.8 2009/10/12 05:45:06 abcd Exp $ KMNAME=kdepim EAPI="1" @@ -10,4 +10,4 @@ DESCRIPTION="KDE mime library" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -PATCHES="${FILESDIR}/mimelib-3.5.9-gcc-4.3-testsuite.patch" +PATCHES=( "${FILESDIR}/mimelib-3.5.9-gcc-4.3-testsuite.patch" ) diff --git a/kde-base/mimelib/mimelib-3.5.9.ebuild b/kde-base/mimelib/mimelib-3.5.9.ebuild index b47d53f82636..23a7b123ed06 100644 --- a/kde-base/mimelib/mimelib-3.5.9.ebuild +++ b/kde-base/mimelib/mimelib-3.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild,v 1.8 2008/05/18 14:52:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild,v 1.9 2009/10/12 05:45:06 abcd Exp $ KMNAME=kdepim EAPI="1" @@ -10,4 +10,4 @@ DESCRIPTION="KDE mime library" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -PATCHES="${FILESDIR}/${P}-gcc-4.3-testsuite.patch" +PATCHES=( "${FILESDIR}/${P}-gcc-4.3-testsuite.patch" ) |