Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 780561 - x11-libs/gtk+-3.24.26[-wayland] pulls wayland-scanner
Summary: x11-libs/gtk+-3.24.26[-wayland] pulls wayland-scanner
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 10:22 UTC by needle
Modified: 2021-04-06 15:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,6.22 KB, text/plain)
2021-04-06 10:23 UTC, needle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description needle 2021-04-06 10:22:10 UTC
Today the new wayland-scanner package has been emerged:
2021-04-06T11:57:34 >>> dev-util/wayland-scanner

Since this system has no wayland USE flags enabled this is the output of equery d:

beta [~]# equery d wayland-scanner
 * These packages depend on wayland-scanner:
media-libs/mesa-20.3.5 (wayland ? dev-util/wayland-scanner[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?])
x11-libs/gtk+-3.24.26 (dev-util/wayland-scanner)

It looks like gtk+:3 is pulling wayland-scanner. 
I just wonder since i have -wayland set in make.conf

beta [~]# grep wayland /etc/portage/make.conf
     gcrypt -wayland"

I am not sure if this is a bug or something intentional I am not aware of.
Comment 1 needle 2021-04-06 10:23:45 UTC
Created attachment 697950 [details]
emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2021-04-06 10:29:15 UTC
(In reply to needle from comment #0)
> I am not sure if this is a bug or something intentional I am not aware of.
Just an oversight, it's meant to be behind wayland USE.
Comment 3 Larry the Git Cow gentoo-dev 2021-04-06 15:44:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e067130de816fc0a9a6bf51428fc31c56692d67

commit 3e067130de816fc0a9a6bf51428fc31c56692d67
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-06 15:43:21 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-06 15:43:53 +0000

    x11-libs/gtk+: Put wayland-scanner dep behind USE=wayland
    
    Closes: https://bugs.gentoo.org/780561
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-libs/gtk+/gtk+-3.24.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)