diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-21 18:35:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-21 18:35:04 +0000 |
commit | a4c7db8df04594658299a966fa2edb00ec359bfc (patch) | |
tree | 357b711b163054b2d658deb5fb88498e8da5c81e /dev-tex/pstplus | |
parent | Remove usage of SANDBOX_DISABLED, per bug 107479 (diff) | |
download | gentoo-2-a4c7db8df04594658299a966fa2edb00ec359bfc.tar.gz gentoo-2-a4c7db8df04594658299a966fa2edb00ec359bfc.tar.bz2 gentoo-2-a4c7db8df04594658299a966fa2edb00ec359bfc.zip |
Fix old-style Qt4 depend
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/pstplus')
-rw-r--r-- | dev-tex/pstplus/pstplus-1.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/pstplus/pstplus-1.4.1.ebuild b/dev-tex/pstplus/pstplus-1.4.1.ebuild index 36fbf1c9cd2a..ff493dd99cc5 100644 --- a/dev-tex/pstplus/pstplus-1.4.1.ebuild +++ b/dev-tex/pstplus/pstplus-1.4.1.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/dev-tex/pstplus/pstplus-1.4.1.ebuild,v 1.1 2009/06/08 07:55:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.4.1.ebuild,v 1.2 2009/12/21 18:35:04 ssuominen Exp $ EAPI=1 @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.3.0:4 )" - +DEPEND="x11-libs/qt-gui:4 + x11-libs/qt-core:4" RDEPEND="${DEPEND} virtual/latex-base || ( |