Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166612 | Differences between
and this patch

Collapse All | Expand All

(-)trac-0.10.4.ebuild.old (-1 / +7 lines)
Lines 32-38 Link Here
32
	)
32
	)
33
	sqlite? (
33
	sqlite? (
34
		>=dev-db/sqlite-3.3.4
34
		>=dev-db/sqlite-3.3.4
35
		>=dev-python/pysqlite-2.3
35
		|| ( >=dev-python/pysqlite-2.3 >=dev-lang/python-2.5 )
36
	)
36
	)
37
	postgres? ( >=dev-python/psycopg-2 )
37
	postgres? ( >=dev-python/psycopg-2 )
38
	enscript? ( app-text/enscript )
38
	enscript? ( app-text/enscript )
Lines 83-88 Link Here
83
		built_with_use_die dev-libs/clearsilver python
83
		built_with_use_die dev-libs/clearsilver python
84
	fi
84
	fi
85
85
86
	if has_version ">=dev-lang/python-2.5" && \
87
		! has_version ">=dev-python/pysqlite-2.3" && \
88
		! built_with_use dev-lang/python sqlite ; then
89
		built_with_use_die dev-lang/python sqlite
90
	fi
91
86
	ebegin "Creating tracd group and user"
92
	ebegin "Creating tracd group and user"
87
	enewgroup tracd
93
	enewgroup tracd
88
	enewuser tracd -1 -1 -1 tracd
94
	enewuser tracd -1 -1 -1 tracd

Return to bug 166612