From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JIuPD-00083t-7H for garchives@archives.gentoo.org; Sat, 26 Jan 2008 23:25:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCB1DE0424; Sat, 26 Jan 2008 23:25:45 +0000 (UTC) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by pigeon.gentoo.org (Postfix) with ESMTP id 86636E0424 for ; Sat, 26 Jan 2008 23:25:45 +0000 (UTC) Received: by wa-out-1112.google.com with SMTP id k34so2577953wah.10 for ; Sat, 26 Jan 2008 15:25:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=zXKjIo14QDrPBWBvfbEyipJXHSgQFFApxQsK+lnKS1Y=; b=HX1Tqxs4jLH8HJq4NqyWDvKxQK7o7NmgsnCw6GgUbrgZcfHM+aTt7gkmShcLMHqjJR/bNGtmqCFDorOM7SkKwksWst4QKxNcm3xCCyXx/WGHrQF/MSd+swATPQMRGsRALNdiuMt+05FK8ElPwvppWsnAo+zsBYhl0nK+JguuXu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=egdSkku0wiTtPEJUrLDMfLME4cx1cfHG0GJkOPeELGWzkRRDvFdazFyyz3AlPrsIpdutLlsziegjVRnkPxxqlUyItcNRXG9kpJhWFEQyihsbR/+fagf4HFsSeJAdelez/l1Uaz2TYXpl/6WKCJBGUxBtrwcZDE2QFwoLztVTIP8= Received: by 10.143.161.3 with SMTP id n3mr1854193wfo.114.1201389944242; Sat, 26 Jan 2008 15:25:44 -0800 (PST) Received: by 10.142.135.16 with HTTP; Sat, 26 Jan 2008 15:25:44 -0800 (PST) Message-ID: Date: Sun, 27 Jan 2008 00:25:44 +0100 From: "Vaclav Vanc" Sender: vanc.vaclav@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Qt3 and Qt3support In-Reply-To: <20080126222325.GA11601@princeton.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080126222325.GA11601@princeton.edu> X-Google-Sender-Auth: df2ed714ba6507ff X-Archives-Salt: 39ec9cc0-f85c-4e44-bba1-419838d5424d X-Archives-Hash: cee8a22c9e8aa11425256559cc079c77 2008/1/26, Willie Wong : > What actually does the qt3support USE flag do on the qt4 ebuild? Does > it enable some sort of compatibility library for qt3? For example, I > want djvu with the djview viewer built, which requires the qt3 flag > set for the djvu ebuild. Currently I have both qt3 and qt4 installed > on my system. Does the qt3support flag allow me to keep only qt4 on my > box, when some applications depend on the qt3 libraries? > > Thanks Yes, the Qt3Support provides classes that ease porting an application from Qt 3 to Qt 4. So some apps will work with QT4 with this, but some apps may still want QT3... -- gentoo-user@lists.gentoo.org mailing list