diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 16:16:25 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 16:16:25 +0000 |
commit | 0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237 (patch) | |
tree | 352a10be852dc294e3eeaab1e142c974b7107c7c /net-misc/kiax | |
parent | Version bump. (diff) | |
download | gentoo-2-0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237.tar.gz gentoo-2-0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237.tar.bz2 gentoo-2-0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237.zip |
Change qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/kiax')
-rw-r--r-- | net-misc/kiax/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/kiax/kiax-0.8.4.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/kiax/ChangeLog b/net-misc/kiax/ChangeLog index 26990c1cb19c..c1fbf23b4104 100644 --- a/net-misc/kiax/ChangeLog +++ b/net-misc/kiax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/kiax # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/ChangeLog,v 1.2 2005/07/10 18:33:30 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/ChangeLog,v 1.3 2005/07/25 16:12:41 caleb Exp $ + + 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> kiax-0.8.4.ebuild: + Change qt dep per #100235 10 Jul 2005; Stefan Knoblich <stkn@gentoo.org> kiax-0.8.4.ebuild: Stable on x86. diff --git a/net-misc/kiax/kiax-0.8.4.ebuild b/net-misc/kiax/kiax-0.8.4.ebuild index 7327efee381a..995e170c1691 100644 --- a/net-misc/kiax/kiax-0.8.4.ebuild +++ b/net-misc/kiax/kiax-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.4.ebuild,v 1.2 2005/07/10 18:33:30 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.4.ebuild,v 1.3 2005/07/25 16:12:41 caleb Exp $ inherit eutils kde-functions @@ -14,7 +14,7 @@ KEYWORDS="x86 ~amd64" LICENSE="GPL-2" SLOT="0" -DEPEND=">=x11-libs/qt-3.2" +DEPEND="$(qt_min_version 3.2)" src_unpack() { unpack ${A} @@ -28,8 +28,6 @@ src_unpack() { } src_compile() { - set-qtdir 3 - econf || die "configure failed" emake || die "make failed" } |