diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-06 18:04:59 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-06 18:04:59 +0000 |
commit | 2534906c4001369573070fc252c90743d658a6a7 (patch) | |
tree | 0dea8035ec5bc37f94e3166bd21199fac12e589d /x11-misc/fraqtive | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-2534906c4001369573070fc252c90743d658a6a7.tar.gz gentoo-2-2534906c4001369573070fc252c90743d658a6a7.tar.bz2 gentoo-2-2534906c4001369573070fc252c90743d658a6a7.zip |
Removed alternative dependency on Qt metapackage
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/fraqtive')
-rw-r--r-- | x11-misc/fraqtive/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.3.ebuild | 13 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.4.ebuild | 11 |
3 files changed, 14 insertions, 16 deletions
diff --git a/x11-misc/fraqtive/ChangeLog b/x11-misc/fraqtive/ChangeLog index b47a67590c4f..d65503461f20 100644 --- a/x11-misc/fraqtive/ChangeLog +++ b/x11-misc/fraqtive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fraqtive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.7 2009/02/03 20:50:18 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.8 2009/10/06 18:04:59 ayoy Exp $ + + 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> fraqtive-0.4.3.ebuild, + fraqtive-0.4.4.ebuild: + Removed alternative dependency on Qt metapackage 03 Feb 2009; <drizzt@gentoo.org> fraqtive-0.4.4.ebuild: Don't pre-strip wrt #252096 diff --git a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild b/x11-misc/fraqtive/fraqtive-0.4.3.ebuild index 92f042794bb2..a6e7558a199b 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.3.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/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.3 2008/10/14 12:33:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.4 2009/10/06 18:04:59 ayoy Exp $ EAPI=1 @@ -15,14 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sse2" -RDEPEND="|| ( ( x11-libs/qt-core - x11-libs/qt-gui - x11-libs/qt-opengl ) - <x11-libs/qt-4.4:4 )" +RDEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-opengl:4" DEPEND="${RDEPEND}" -QT4_BUILT_WITH_USE_CHECK="opengl" - src_unpack() { local conf="release" diff --git a/x11-misc/fraqtive/fraqtive-0.4.4.ebuild b/x11-misc/fraqtive/fraqtive-0.4.4.ebuild index a037bbd6521a..65253938d141 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.4.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.4.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/x11-misc/fraqtive/fraqtive-0.4.4.ebuild,v 1.2 2009/02/03 20:50:18 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.4.ebuild,v 1.3 2009/10/06 18:04:59 ayoy Exp $ EAPI=1 @@ -15,14 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sse2" -RDEPEND="|| ( ( x11-libs/qt-core - x11-libs/qt-gui - x11-libs/qt-opengl ) - <x11-libs/qt-4.4:4 )" +RDEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-opengl:4" DEPEND="${RDEPEND}" -QT4_BUILT_WITH_USE_CHECK="opengl" - src_unpack() { local conf="release" |