Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163933 - dev-util/svnmailer needs dev-util/subversion built with USE=python
Summary: dev-util/svnmailer needs dev-util/subversion built with USE=python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andrew Ross (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 17:08 UTC by Nicolas Litchinko
Modified: 2007-01-27 00:00 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 Nicolas Litchinko 2007-01-26 17:08:56 UTC
dev-util/svnmailer requires (at least) the svn python module. This module is only available if dev-util/subversion has been built with the python USE flag.


Something along the lines of the following piece of code will ensure that subversion has been built with python support.

pkg_setup () {
    if ! built_with_use dev-util/subversion python ; then
        eerror "dev-util/subversion has been built without python support."
        eerror "Please enable the python USE flag and re-merge subversion."
        elog "You can enable this USE flag either globally in /etc/make.conf,"
        elog "or just for specific packages in /etc/portage/package.use."
        die "dev-util/subversion is missing python support"
    fi
}
Comment 1 Andrew Ross (RETIRED) gentoo-dev 2007-01-26 21:57:18 UTC
Since the maintainer listed in metadata.xml is being retired, I'll take this one.
Comment 2 Andrew Ross (RETIRED) gentoo-dev 2007-01-27 00:00:39 UTC
Fixed in dev-util/svnmailer-1.0.8-r1, thanks.