Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954101 - kde-apps/krdc-25.04.0: impossible to set USE rdp
Summary: kde-apps/krdc-25.04.0: impossible to set USE rdp
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-20 10:18 UTC by Julien Delquié
Modified: 2025-04-21 08:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Delquié 2025-04-20 10:18:01 UTC
When I put USE rdp on kde-apps/krdc-25.04.0, I am not able to update to net-misc/freerdp:3, due to kde-plasma/krdp still needing net-misc/freerdp:2.

[ebuild  N    ] media-libs/sdl2-ttf-2.24.0 
[ebuild  NS   ] net-misc/freerdp-3.14.1 [2.11.7-r1]
[ebuild   R   ] kde-apps/krdc-25.04.0 
[blocks B     ] net-misc/freerdp:2[server] ("net-misc/freerdp:2[server]" is soft blocking net-misc/freerdp-3.14.1)
[blocks B     ] net-misc/freerdp:3[server] ("net-misc/freerdp:3[server]" is soft blocking net-misc/freerdp-2.11.7-r1)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (net-misc/freerdp-2.11.7-r1:2/2::gentoo, installed) pulled in by
    >=net-misc/freerdp-2.10:2[server] required by (kde-plasma/krdp-6.3.4:6/6::gentoo, installed) USE="-debug -examples -test" ABI_X86="(64)"

  (net-misc/freerdp-3.14.1:3/3::gentoo, ebuild scheduled for merge) pulled in by
    >=net-misc/freerdp-2.10:3 required by (kde-apps/krdc-25.04.0:6/6::gentoo, ebuild scheduled for merge) USE="activities handbook rdp vnc -debug" ABI_X86="(64)"


Reproducible: Always

Steps to Reproduce:
1. put USE rdp on kde-apps/krdc-25.04.0
2. try to update
Actual Results:  
Cannot update package.

Expected Results:  
Can update package.
Comment 1 Paul Zander 2025-04-20 10:45:46 UTC
You want to set `net-misc/freerdp:2` server instead of `net-misc/freerdp server`.
Comment 2 Paul Zander 2025-04-20 10:46:10 UTC
You want to set `net-misc/freerdp:2 server` instead of `net-misc/freerdp server`.
Comment 3 Julien Delquié 2025-04-20 11:01:51 UTC
(In reply to Paul Zander from comment #2)
> You want to set `net-misc/freerdp:2 server` instead of `net-misc/freerdp
> server`.

Oh! Nice, it worked perfectly, thank you very much!