diff options
author | 2009-10-12 05:45:35 +0000 | |
---|---|---|
committer | 2009-10-12 05:45:35 +0000 | |
commit | 2412d585559344acacaf51b721d4a9a917efcb71 (patch) | |
tree | 133a822a255dcbbc62b4b03ba502f5b74b62d5e5 /kde-base/smoke | |
parent | Fix QA issues (diff) | |
download | gentoo-2-2412d585559344acacaf51b721d4a9a917efcb71.tar.gz gentoo-2-2412d585559344acacaf51b721d4a9a917efcb71.tar.bz2 gentoo-2-2412d585559344acacaf51b721d4a9a917efcb71.zip |
Fix QA issues
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/smoke')
-rw-r--r-- | kde-base/smoke/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/smoke/smoke-3.5.10.ebuild | 4 | ||||
-rw-r--r-- | kde-base/smoke/smoke-3.5.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index 75a0a1a309f2..d1c14575b466 100644 --- a/kde-base/smoke/ChangeLog +++ b/kde-base/smoke/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/smoke # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.74 2009/10/10 10:46:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.75 2009/10/12 05:45:35 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> smoke-3.5.9.ebuild, + smoke-3.5.10.ebuild: + Fix QA issues 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> smoke-4.3.1.ebuild: amd64 stable wrt #287697 diff --git a/kde-base/smoke/smoke-3.5.10.ebuild b/kde-base/smoke/smoke-3.5.10.ebuild index 7fe58539a4af..8f5fcab43afc 100644 --- a/kde-base/smoke/smoke-3.5.10.ebuild +++ b/kde-base/smoke/smoke-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/smoke/smoke-3.5.10.ebuild,v 1.6 2009/07/12 09:48:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.10.ebuild,v 1.7 2009/10/12 05:45:35 abcd Exp $ KMNAME=kdebindings KMEXTRACTONLY="kalyptus/" @@ -21,7 +21,7 @@ DEPEND="dev-lang/perl # is between a smoke compiled with and without qscintilla # support. --danarmak -PATCHES="${FILESDIR}/no-gtk-glib-check.diff" +PATCHES=( "${FILESDIR}/no-gtk-glib-check.diff" ) # enable-final works, but requires at least 1.5GB of RAM to complete without swapping, # so it's best to turn it off here. (I don't have that much RAM, so can't estimate diff --git a/kde-base/smoke/smoke-3.5.9.ebuild b/kde-base/smoke/smoke-3.5.9.ebuild index 9baf65d06ad1..b5ac2cb11e0b 100644 --- a/kde-base/smoke/smoke-3.5.9.ebuild +++ b/kde-base/smoke/smoke-3.5.9.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/smoke/smoke-3.5.9.ebuild,v 1.6 2009/02/28 22:54:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.9.ebuild,v 1.7 2009/10/12 05:45:35 abcd Exp $ KMNAME=kdebindings KMEXTRACTONLY="kalyptus/" @@ -21,7 +21,7 @@ DEPEND="dev-lang/perl # is between a smoke compiled with and without qscintilla # support. --danarmak -PATCHES="${FILESDIR}/no-gtk-glib-check.diff" +PATCHES=( "${FILESDIR}/no-gtk-glib-check.diff" ) # enable-final works, but requires at least 1.5GB of RAM to complete without swapping, # so it's best to turn it off here. (I don't have that much RAM, so can't estimate |