diff options
Diffstat (limited to 'dev-util/qsoapman/qsoapman-0.4.ebuild')
-rw-r--r-- | dev-util/qsoapman/qsoapman-0.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/qsoapman/qsoapman-0.4.ebuild b/dev-util/qsoapman/qsoapman-0.4.ebuild index 9523ec0f50d3..5b0efdd2334f 100644 --- a/dev-util/qsoapman/qsoapman-0.4.ebuild +++ b/dev-util/qsoapman/qsoapman-0.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.1 2008/01/25 08:24:41 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.2 2008/07/27 21:38:38 carlo Exp $ + +EAPI=1 inherit qt3 @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" LICENSE="GPL-2" -DEPEND="$(qt_min_version 3.1)" +DEPEND="x11-libs/qt:3" RDEPEND="${DEPEND}" |