Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 560944

Summary: sys-apps/portage-2.2.20.1: repoman wrongly reports dependency string is invalid
Product: Portage Development Reporter: Pacho Ramos <pacho>
Component: RepomanAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: remmina-9999.ebuild

Description Pacho Ramos gentoo-dev 2015-09-20 18:40:30 UTC
Created attachment 412366 [details]
remmina-9999.ebuild

The attached ebuild fails with:
$ repoman full

RepoMan scours the neighborhood...
>>> Creating Manifest for /home/pacho/gentoo/net-misc/remmina
  dependency.syntax [fatal]     2
   net-misc/remmina/remmina-9999.ebuild: DEPEND: Invalid atom (dev-libs/libgcrypt:0=), token 16
   net-misc/remmina/remmina-9999.ebuild: RDEPEND: Invalid atom (dev-libs/libgcrypt:0=), token 16

Note: use --include-dev (-d) to check dependencies for 'dev' profiles

Please fix these important QA issues first.
RepoMan sez: "Make your QA payment on time and you'll never see the likes of me."


But I don't see what is wrong with that atom... that same atom works fine on many other ebuilds on the tree and repoman is happy with them

Thanks
Comment 1 Zac Medico gentoo-dev 2015-09-20 18:51:02 UTC
The problem is that you need EAPI 5 for the slot operator.
Comment 2 Pacho Ramos gentoo-dev 2015-09-20 18:52:39 UTC
Oh, shit, right

Thanks and sorry for the noise!