diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-05 19:15:22 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-05 19:15:22 +0000 |
commit | 1e3c7dea5d680badaa8bc9980727cea62d312f27 (patch) | |
tree | 78570aa5a208d660d0dc5bd3a54434b6b8746747 /app-editors/lfhex/lfhex-0.42.ebuild | |
parent | Removed alternative dependency and references to Qt metapackage, converted to... (diff) | |
download | historical-1e3c7dea5d680badaa8bc9980727cea62d312f27.tar.gz historical-1e3c7dea5d680badaa8bc9980727cea62d312f27.tar.bz2 historical-1e3c7dea5d680badaa8bc9980727cea62d312f27.zip |
Removed alternative dependency on Qt metapackage
Package-Manager: portage-2.2_rc43/cvs/Linux x86_64
Diffstat (limited to 'app-editors/lfhex/lfhex-0.42.ebuild')
-rw-r--r-- | app-editors/lfhex/lfhex-0.42.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-editors/lfhex/lfhex-0.42.ebuild b/app-editors/lfhex/lfhex-0.42.ebuild index 2576071905c1..c6dd78b98d84 100644 --- a/app-editors/lfhex/lfhex-0.42.ebuild +++ b/app-editors/lfhex/lfhex-0.42.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/app-editors/lfhex/lfhex-0.42.ebuild,v 1.1 2008/11/16 17:35:56 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.2 2009/10/05 19:15:22 ayoy Exp $ EAPI="1" @@ -15,9 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="|| ( x11-libs/qt-gui:4 - <x11-libs/qt-4.4:4 ) - >=x11-libs/libXt-1.0.0" +RDEPEND="x11-libs/qt-gui:4 + >=x11-libs/libXt-1.0.0" DEPEND="sys-devel/flex sys-devel/bison |