From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J826C-0002TP-DE for garchives@archives.gentoo.org; Thu, 27 Dec 2007 23:25:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBRNPAQ4027916; Thu, 27 Dec 2007 23:25:10 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBRNP9Za027911 for ; Thu, 27 Dec 2007 23:25:10 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 17A456553A for ; Thu, 27 Dec 2007 23:25:09 +0000 (UTC) Received: from caleb by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J8267-0005Jr-UC for gentoo-commits@lists.gentoo.org; Thu, 27 Dec 2007 23:25:07 +0000 From: "Caleb Tennis (caleb)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, caleb@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.4.0_rc1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: qt-assistant-4.4.0_rc1.ebuild X-VCS-Directories: x11-libs/qt-assistant X-VCS-Committer: caleb X-VCS-Committer-Name: Caleb Tennis Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Caleb Tennis Date: Thu, 27 Dec 2007 23:25:07 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: c3ea024f-8445-4731-80fc-3ff86a8827d9 X-Archives-Hash: 840ae921f8e1b29fd7f670d770249800 caleb 07/12/27 23:25:07 Modified: qt-assistant-4.4.0_rc1.ebuild Log: built_with_use dep fix (Portage version: 2.1.4_rc11) Revision Changes Path 1.3 x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild?r1=1.2&r2=1.3 Index: qt-assistant-4.4.0_rc1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qt-assistant-4.4.0_rc1.ebuild 26 Dec 2007 00:44:32 -0000 1.2 +++ qt-assistant-4.4.0_rc1.ebuild 27 Dec 2007 23:25:07 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.2 2007/12/26 00:44:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.3 2007/12/27 23:25:07 caleb Exp $ inherit qt4-build @@ -49,7 +49,7 @@ pkg_setup() { qt4-build_pkg_setup - if ! built_with_use ~x11-libs/qt-sql sqlite; then + if ! built_with_use x11-libs/qt-sql sqlite; then die "You must first emerge x11-libs/qt-sql with the \"sqlite\" use flag in order to use qt-assistant" fi } -- gentoo-commits@gentoo.org mailing list