diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-27 07:48:58 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-27 07:48:58 +0000 |
commit | 16bf2018629e60039bbfb03f929d75f480a5e519 (patch) | |
tree | 08c8161420635432b02c4c609805820fd8eb3bf6 /kde-base/kolourpaint | |
parent | Add missing boost dependency, bug 379763 (diff) | |
download | gentoo-2-16bf2018629e60039bbfb03f929d75f480a5e519.tar.gz gentoo-2-16bf2018629e60039bbfb03f929d75f480a5e519.tar.bz2 gentoo-2-16bf2018629e60039bbfb03f929d75f480a5e519.zip |
Add missing qimageblitz dependency, bug 379767
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-4.7.0.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index 106963f9fe9b..1bf8af77ac79 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kolourpaint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.183 2011/08/15 20:01:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.184 2011/08/27 07:48:58 dilfridge Exp $ + + 27 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> + kolourpaint-4.7.0.ebuild: + Add missing qimageblitz dependency, bug 379767 15 Aug 2011; Markus Meier <maekke@gentoo.org> kolourpaint-4.6.5.ebuild: x86 stable, bug #377465 diff --git a/kde-base/kolourpaint/kolourpaint-4.7.0.ebuild b/kde-base/kolourpaint/kolourpaint-4.7.0.ebuild index e7649d15bda9..1721ac08aaa0 100644 --- a/kde-base/kolourpaint/kolourpaint-4.7.0.ebuild +++ b/kde-base/kolourpaint/kolourpaint-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-4.7.0.ebuild,v 1.1 2011/07/27 14:04:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-4.7.0.ebuild,v 1.2 2011/08/27 07:48:58 dilfridge Exp $ EAPI=4 @@ -12,3 +12,6 @@ DESCRIPTION="Paint Program for KDE" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD LGPL-2" IUSE="debug" + +DEPEND="media-libs/qimageblitz" +RDEPEND=${DEPEND} |