Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691988 - ebuild in overlay conflicts with ebuild in official repo
Summary: ebuild in overlay conflicts with ebuild in official repo
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-12 12:36 UTC by wbrana
Modified: 2019-08-12 12:43 UTC (History)
0 users

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 wbrana 2019-08-12 12:36:06 UTC
Portage 2.3.71

error occurs when I try to upgrade from chromium in overlay to chromium in official repo

ebuilds are almost same:

-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   #] www-client/chromium-76.0.3809.87::x-portage  USE="closure-compile (pic) proprietary-codecs pulseaudio suid tcmalloc widevine -component-build -cups -custom-cflags -gnome-keyring -hangouts -jumbo-build -kerberos (-selinux) -system-ffmpeg -system-icu (-system-libvpx)" L10N="-am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh-CN -zh-TW" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

www-client/chromium:0

  (www-client/chromium-76.0.3809.100:0/0::gentoo, ebuild scheduled for merge) conflicts with
    www-client/chromium::x-portage required by @selected
Comment 1 Andreas Sturmlechner gentoo-dev 2019-08-12 12:43:21 UTC
> www-client/chromium::x-portage required by @selected

If you consult your world file you will see that it demands the ebuild version from x-portage overlay. Only you can fix that.