diff options
-rw-r--r-- | net-misc/kiax/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/kiax/kiax-0.8.51.ebuild | 8 | ||||
-rw-r--r-- | net-misc/kiax/kiax-0.8.5_p1.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/net-misc/kiax/ChangeLog b/net-misc/kiax/ChangeLog index 917ccdd47a39..6d6f67c0bbd4 100644 --- a/net-misc/kiax/ChangeLog +++ b/net-misc/kiax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/kiax -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/ChangeLog,v 1.12 2006/11/04 17:28:01 drizzt Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/ChangeLog,v 1.13 2008/07/27 22:16:26 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> kiax-0.8.5_p1.ebuild, + kiax-0.8.51.ebuild: + QA: Get rid of deprecated qt_min_version(). *kiax-0.8.51 (04 Nov 2006) diff --git a/net-misc/kiax/kiax-0.8.51.ebuild b/net-misc/kiax/kiax-0.8.51.ebuild index 44a3cea64363..c8ac84f5ac7f 100644 --- a/net-misc/kiax/kiax-0.8.51.ebuild +++ b/net-misc/kiax/kiax-0.8.51.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.51.ebuild,v 1.1 2006/11/04 17:28:01 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.51.ebuild,v 1.2 2008/07/27 22:16:26 carlo Exp $ + +EAPI=1 inherit eutils kde-functions @@ -14,7 +16,7 @@ KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" SLOT="0" -DEPEND="$(qt_min_version 3.2)" +DEPEND="x11-libs/qt:3" S="${WORKDIR}/${P}-src" diff --git a/net-misc/kiax/kiax-0.8.5_p1.ebuild b/net-misc/kiax/kiax-0.8.5_p1.ebuild index 734fb6a6f767..99c531380e1f 100644 --- a/net-misc/kiax/kiax-0.8.5_p1.ebuild +++ b/net-misc/kiax/kiax-0.8.5_p1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.5_p1.ebuild,v 1.2 2006/06/22 05:42:38 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.5_p1.ebuild,v 1.3 2008/07/27 22:16:26 carlo Exp $ + +EAPI=1 inherit eutils kde-functions @@ -16,7 +18,7 @@ KEYWORDS="~amd64 x86" LICENSE="GPL-2" SLOT="0" -DEPEND="$(qt_min_version 3.2)" +DEPEND="x11-libs/qt:3" S="${WORKDIR}/${MY_P}-src" |