diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-09-03 13:36:43 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-09-03 13:36:43 +0000 |
commit | c6832255ea9933b8ad7ac8858b24fac010b7ae40 (patch) | |
tree | b56f54b825addfa076154cbba5d61a309aa5817d /dev-util | |
parent | Add missing slot dependencies on Qt. (diff) | |
download | gentoo-2-c6832255ea9933b8ad7ac8858b24fac010b7ae40.tar.gz gentoo-2-c6832255ea9933b8ad7ac8858b24fac010b7ae40.tar.bz2 gentoo-2-c6832255ea9933b8ad7ac8858b24fac010b7ae40.zip |
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.7.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index f6068caefddc..b7aa68858f3a 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.80 2012/06/07 21:41:19 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.81 2012/09/03 13:36:43 kensington Exp $ + + 03 Sep 2012; Michael Palimaka <kensington@gentoo.org> oprofile-0.9.7.ebuild: + Add missing slot dependencies on Qt. 07 Jun 2012; Zac Medico <zmedico@gentoo.org> oprofile-0.9.6.ebuild, oprofile-0.9.7.ebuild: @@ -331,4 +334,3 @@ 23 Oct 2003; Stefan Jones <cretin@gentoo.org>: Initial import. Ebuild submitted by Marc Bevand <bevand_m@epita.fr>. See bug #31101. - diff --git a/dev-util/oprofile/oprofile-0.9.7.ebuild b/dev-util/oprofile/oprofile-0.9.7.ebuild index a19710ad3d66..ac3335b7dc46 100644 --- a/dev-util/oprofile/oprofile-0.9.7.ebuild +++ b/dev-util/oprofile/oprofile-0.9.7.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/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.3 2012/06/07 21:41:19 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.4 2012/09/03 13:36:43 kensington Exp $ EAPI=2 inherit eutils linux-info multilib user java-pkg-opt-2 @@ -18,7 +18,7 @@ IUSE="java pch qt4" DEPEND=">=dev-libs/popt-1.7-r1 >=sys-devel/binutils-2.14.90.0.6-r3 >=sys-libs/glibc-2.3.2-r1 - qt4? ( x11-libs/qt-gui[qt3support] ) + qt4? ( x11-libs/qt-gui:4[qt3support] ) java? ( >=virtual/jdk-1.5 )" RDEPEND="${DEPEND}" |