mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pymilter: fix conditional USE in RDEPEND
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
@@ -19,9 +19,12 @@ KEYWORDS="amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
|
||||
CDEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )"
|
||||
|
||||
DEPEND="${CDEPEND}
|
||||
test? ( $(python_gen_impl_dep sqlite) )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RDEPEND="${CDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user