diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-07-31 08:31:57 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-31 08:31:57 +0000 |
commit | bfbc5f78bfc28981204bb39bdfcfb7335c624a51 (patch) | |
tree | 87c2bf38716688b27d24d28d4772e590bf0516be /media-gfx/cutycapt | |
parent | Version bump (diff) | |
download | gentoo-2-bfbc5f78bfc28981204bb39bdfcfb7335c624a51.tar.gz gentoo-2-bfbc5f78bfc28981204bb39bdfcfb7335c624a51.tar.bz2 gentoo-2-bfbc5f78bfc28981204bb39bdfcfb7335c624a51.zip |
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/cutycapt')
-rw-r--r-- | media-gfx/cutycapt/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/cutycapt/cutycapt-0_p20120409.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/cutycapt/ChangeLog b/media-gfx/cutycapt/ChangeLog index 9ee123f2d1a6..ab9a53d6d458 100644 --- a/media-gfx/cutycapt/ChangeLog +++ b/media-gfx/cutycapt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/cutycapt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.4 2012/04/09 08:07:04 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.5 2012/07/31 08:31:57 kensington Exp $ + + 31 Jul 2012; Michael Palimaka <kensington@gentoo.org> + cutycapt-0_p20120409.ebuild: + Add missing slot dependencies on Qt. *cutycapt-0_p20120409 (09 Apr 2012) @@ -27,4 +31,3 @@ 03 May 2011; <matt@gentoo.org> +cutycapt-0_p20110502.ebuild, +metadata.xml: new ebuild for cutycapt - written by me - fixes bug #333283 - diff --git a/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild b/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild index 2a9bafa36e9e..1306b8ec862d 100644 --- a/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild +++ b/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild,v 1.1 2012/04/09 08:07:04 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild,v 1.2 2012/07/31 08:31:57 kensington Exp $ EAPI=4 inherit qt4-r2 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/qt-gui x11-libs/qt-webkit x11-libs/qt-core x11-libs/qt-svg" +DEPEND="x11-libs/qt-gui:4 x11-libs/qt-webkit:4 x11-libs/qt-core:4 x11-libs/qt-svg:4" RDEPEND="${DEPEND}" src_configure() { |