mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/uvloop: fix unnecessary CDEPEND logic, add missing die
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1506 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
2c3bf144a8
commit
e603781bbe
@@ -16,9 +16,9 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc examples test"
|
||||
|
||||
CDEPEND=">=dev-libs/libuv-1.8.0:="
|
||||
RDEPEND=">=dev-libs/libuv-1.8.0:="
|
||||
DEPEND="
|
||||
${CDEPEND}
|
||||
${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? (
|
||||
>=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
|
||||
@@ -27,10 +27,8 @@ DEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="${CDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
cat <<EOF >> setup.cfg
|
||||
cat <<EOF >> setup.cfg || die
|
||||
[build_ext]
|
||||
use-system-libuv=1
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user