mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/paludis: Restrict boost to <1.65 due to broken python
Restrict dev-libs/boost (in python? dep) to require <1.65 since the Python extension created by 1.65.0 does not work.
This commit is contained in:
@@ -26,7 +26,7 @@ COMMON_DEPEND="
|
||||
pbins? ( >=app-arch/libarchive-3.1.2:= )
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
|
||||
<dev-libs/boost-1.65:=[python,${PYTHON_USEDEP}] )
|
||||
ruby? ( dev-lang/ruby:${RUBY_VER} )
|
||||
search-index? ( >=dev-db/sqlite-3:= )
|
||||
xml? ( >=dev-libs/libxml2-2.6:= )"
|
||||
|
||||
@@ -26,7 +26,7 @@ COMMON_DEPEND="
|
||||
pbins? ( >=app-arch/libarchive-3.1.2:= )
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
|
||||
<dev-libs/boost-1.65:=[python,${PYTHON_USEDEP}] )
|
||||
ruby? ( dev-lang/ruby:${RUBY_VER} )
|
||||
search-index? ( >=dev-db/sqlite-3:= )
|
||||
xml? ( >=dev-libs/libxml2-2.6:= )"
|
||||
|
||||
Reference in New Issue
Block a user