diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-12-19 01:35:36 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-12-19 01:35:36 +0000 |
commit | c9d52f36f8d6918fd569d408ad327747d0c9c2e0 (patch) | |
tree | b9edf640181a9129570dd5d6577ffd6c1dc7ae4f /dev-libs/dbus-qt3-old | |
parent | Consolidated xslt USE into doc. Dropped freetype and jpeg flags and made them... (diff) | |
download | gentoo-2-c9d52f36f8d6918fd569d408ad327747d0c9c2e0.tar.gz gentoo-2-c9d52f36f8d6918fd569d408ad327747d0c9c2e0.tar.bz2 gentoo-2-c9d52f36f8d6918fd569d408ad327747d0c9c2e0.zip |
Set the moc path explicitly since the configure script is grabbing the 4.x series one sometimes
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'dev-libs/dbus-qt3-old')
-rw-r--r-- | dev-libs/dbus-qt3-old/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/dbus-qt3-old/ChangeLog b/dev-libs/dbus-qt3-old/ChangeLog index eb0f77dbe768..da2f65740a03 100644 --- a/dev-libs/dbus-qt3-old/ChangeLog +++ b/dev-libs/dbus-qt3-old/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/dbus-qt3-old # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/ChangeLog,v 1.2 2006/10/30 19:35:30 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/ChangeLog,v 1.3 2006/12/19 01:35:36 cardoe Exp $ + + 19 Dec 2006; Doug Goldstein <cardoe@gentoo.org> dbus-qt3-old-0.70.ebuild: + Set the moc path explicitly since the configure script is grabbing the 4.x + series one sometimes 30 Oct 2006; Steev Klimaszewski <steev@gentoo.org> dbus-qt3-old-0.70.ebuild: diff --git a/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild b/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild index ef42820fcbe8..cedc55a82857 100644 --- a/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild +++ b/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild,v 1.3 2006/12/18 03:24:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild,v 1.4 2006/12/19 01:35:36 cardoe Exp $ inherit qt3 @@ -14,12 +14,12 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=sys-apps/dbus-0.91" -DEPEND=">=sys-apps/dbus-0.91 +DEPEND="${RDEPEND} =x11-libs/qt-3*" S=${WORKDIR}/${P/-old} src_compile() { - econf \ + econf --with-qt3-moc=${QTDIR}/bin/moc \ --enable-qt3 \ || die "econf failed" emake || die "emake failed" |