Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560944 - sys-apps/portage-2.2.20.1: repoman wrongly reports dependency string is invalid
Summary: sys-apps/portage-2.2.20.1: repoman wrongly reports dependency string is invalid
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-20 18:40 UTC by Pacho Ramos
Modified: 2015-09-20 18:52 UTC (History)
0 users

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


Attachments
remmina-9999.ebuild (remmina-9999.ebuild,1.95 KB, text/plain)
2015-09-20 18:40 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
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!