Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497324 - app-portage/layman-2.0.0 depends on dev-vcs/subversion[webdav-neon] or dev-vcs/subversion[webdav-serf], but those useflags were renamed in newer versions
Summary: app-portage/layman-2.0.0 depends on dev-vcs/subversion[webdav-neon] or dev-vc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Dolbec
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2014-01-06 23:35 UTC by Dennis Schridde
Modified: 2014-01-07 07:26 UTC (History)
2 users (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 Dennis Schridde 2014-01-06 23:35:15 UTC
(dev-vcs/subversion-1.8.5::gentoo, ebuild scheduled for merge) conflicts with
    >=dev-vcs/subversion-1.5.4[webdav-neon] required by (app-portage/layman-2.0.0::gentoo, installed)

The webdav-neon useflag was renamed to http. RDEPEND should be changed:
    subversion? (
        || (
+           >=dev-vcs/subversion-1.5.4[http]
            >=dev-vcs/subversion-1.5.4[webdav-neon]
            >=dev-vcs/subversion-1.5.4[webdav-serf]
        )
    )

Reproducible: Always
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2014-01-07 03:01:17 UTC
All 3 layman version in the tree have been updated for the new subversion use flag.

For those doing an upgrade to the new subversion-1.8.5.  Layman does not properly detect the needed svn upgrade that is needed to be run on any subversion overlays.

Leaving this bug open for now. Easier for others to see before they've re-synced. I will close it when I push an update for layman's svn upgrade detection.
Comment 2 Patrick Lauer gentoo-dev 2014-01-07 03:22:57 UTC
  (dev-vcs/subversion-1.8.5::gentoo, ebuild scheduled for merge) conflicts with
    >=dev-vcs/subversion-1.5.4[webdav-neon] required by (app-portage/layman-2.0.0::gentoo, installed)


... You should do a -rX bump to make portage understand that small change
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2014-01-07 07:26:14 UTC
Done.  I've done 2 bumps, one for stable layman-2.0.0 to -r1
Second (-r2) adds an svn_upgrade patch for handling svn db upgrade requirements.