From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NneUt-0006HE-FK for garchives@archives.gentoo.org; Fri, 05 Mar 2010 20:51:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64044E0D41; Fri, 5 Mar 2010 20:51:45 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 7C905E0C43 for ; Fri, 5 Mar 2010 20:51:32 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so327797fge.10 for ; Fri, 05 Mar 2010 12:51:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:disposition-notification-to :mime-version:content-type:content-transfer-encoding:message-id; bh=6rRiJ52QWhIRmBnHjxVOLGx9O5Nfj6akkUyzUn2qbFQ=; b=RqYSXsROCq+/RZXWNKyg/AAvSEkVIgP7lT8rlpHHICpb0JXfYhPzmnJDQ+5hRgAda7 I+H0R87XbvoK0rIjq/LKqYsArP4FEilYQ5z2hj6/9Wz/7KtQRV56tzdX3sNi3HiOR5K9 Z+M02FNPpBVVcqVdt8Pb1Bl59U9xEoD8yngYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to :disposition-notification-to:mime-version:content-type :content-transfer-encoding:message-id; b=NOsj2kqz4ysaC/ZbCf28QMsF0JqUKkLFc0wNwk6tMvpxu2penhx8NSJ1j+7GNL+yD0 hKmWr60qP6nhs1njLvoKS6C01RP6Fy+q5/cZq/MWWAqv8bSKSF7qprDIPGAjXYFSRy41 YNyETivD36QzWpcEqFCUBNjXsG04xMn/9XG8U= Received: by 10.87.69.26 with SMTP id w26mr2144712fgk.51.1267822291852; Fri, 05 Mar 2010 12:51:31 -0800 (PST) Received: from lebrodyl.localnet (azt21.neoplus.adsl.tpnet.pl [83.27.157.21]) by mx.google.com with ESMTPS id 14sm1508783fxm.9.2010.03.05.12.51.30 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Mar 2010 12:51:30 -0800 (PST) From: Maciej Mrozowski To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [RFC] Remove cups from default profile to solve circular deps Date: Fri, 5 Mar 2010 21:51:21 +0100 User-Agent: KMail/1.13.1 (Linux/2.6.31-gentoo-r6; KDE/4.4.1; x86_64; ; ) References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003052151.22506.reavertm@gmail.com> X-Archives-Salt: 9ccbd07c-9a66-4487-afca-1aade43cfa4c X-Archives-Hash: 8811fcc7c7fec390e34e9504feb8a151 On Monday 01 of March 2010 22:24:56 Ben de Groot wrote: > For some reason beyond my understanding, we have the cups useflag > enabled by default in profiles. This has started to generate circular > dependencies, at least for desktop profile users (gtk -> cups -> > poppler -> gtk). I propose we no longer enable the cups useflag. poppler[utils] are just pdfto*sth converters, and they're most likely pure runtime depedencies for net-print/cups. Could someone from printing herd verify? If so, then it's sufficient to fix cups dependencies (move poppler[utils] from COMMON_DEPEND to PDEPEND) and problem solved. If no, I can split off utils from poppler - with CMake it's effortless. -- regards MM