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/oprofile/oprofile-0.9.7.ebuild | |
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/oprofile/oprofile-0.9.7.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |