From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47A131382C5 for ; Sun, 21 Jun 2020 21:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFDFE0830; Sun, 21 Jun 2020 21:46:52 +0000 (UTC) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D8BDE0827 for ; Sun, 21 Jun 2020 21:46:52 +0000 (UTC) Received: by mail-qk1-f180.google.com with SMTP id 80so2073597qko.7 for ; Sun, 21 Jun 2020 14:46:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:reply-to:subject:to:cc:mime-version :in-reply-to:message-id:content-disposition :content-transfer-encoding; bh=nnoNTdvWghMWjA6+1I2yoxoXsbtPq+rJvziXmSDNfK0=; b=XWoXvf1f3Qkst+hADcgdTp1njOSjjXE3mQDB6F2ZrxN+CNHUgwjc6Ds5PMda508SYX 4umygBZAhNkIOeFzvJu3utSmuwEAjVXNHuQx+asUfh5oH5AKxIzckpXX1uuAWKjezVVC gH4pck1PEWSbbZ8cTJskams/gdL5w/B9P9dFCsqJP5BuLDDT1+3hjBof/inhv3bsCxTo PVf1DpOpmRXW1h5ZXuwU1XFga69AtMs/zqjTHpkBKDscV04lptss4JCWGU5xr0LU7PTZ t4V5SwAvpvOdmmTmWdFpasJMGMo8YFcxAjrq3RvLxXmmMeAtk93hne3RQKtCVfpqEwvG JxSw== X-Gm-Message-State: AOAM531UPjdkTgbNjPZF58wtgUsIBnGz/FMKdSoCZ0dpPc3c8xEDEgvy TWpzCrkdTc+9BCjkR0HXPMgjJr8pn0k= X-Google-Smtp-Source: ABdhPJz4Dc13uVyVZx6FV5hTVXlEP034SVVyP/BC6o75st3z7Boll7jgx3Sw//q7z0En3wvYdg3Z0g== X-Received: by 2002:a37:a643:: with SMTP id p64mr13085664qke.214.1592776011252; Sun, 21 Jun 2020 14:46:51 -0700 (PDT) Received: from ffortso9 (c-76-23-130-96.hsd1.ct.comcast.net. [76.23.130.96]) by smtp.gmail.com with ESMTPSA id 71sm12079067qkg.21.2020.06.21.14.46.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jun 2020 14:46:50 -0700 (PDT) Date: Sun, 21 Jun 2020 17:46:49 -0400 From: Jack Subject: Re: [gentoo-user] circular dependency - please help To: gentoo-user@lists.gentoo.org Cc: 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: <20200621212816.GA792@waltdnes.org> X-Mailer: Balsa 2.5.10-65-geb847a2f0 Message-Id: Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ade94dd6-94c0-4d4d-83cf-239a394593f3 X-Archives-Hash: 23b1a9e5f6473153d375ef5c92f9e9f4 On 2020.06.21 17:28, Walter Dnes wrote: > On Sun, Jun 21, 2020 at 12:57:56PM -0400, Jack wrote >=20 > > gimp can use python2_7 but it does not require it. I have gimp > > installed with the following USE flags (per eix) > > > > alsa jpeg2k mng udev -aalib -aqua -debug -doc -gnome -heif -openexr > > -postscript -python -test -unwind -vector-icons -webp -wmf -xpm > > CPU_FLAGS_PPC=3D"-altivec" CPU_FLAGS_X86=3D"mmx sse" > > PYTHON_SINGLE_TARGET=3D"-python2_7" >=20 > Interesting. Does it lose any functionality? Speaking of which, =20 > why would you build GIMP with "alsa" and "udev". If you're asking me, I have not found any missing functionality, but I =20 don't use gimp often, so it's possible. I have no explicit mention of =20 gimp in /etc/portage, so those are apparently just the accumulation of =20 various settings in make.conf on top of the gimp defaults. Those two =20 in particular are global USE flags, so I suppose you would have to read =20 the ebuild to see what effect they have on the build.