dev-python/sip: minor simplifications

Package-Manager: portage-2.2.23
This commit is contained in:
Davide Pesavento
2015-10-20 03:04:13 +02:00
parent 4279e09e63
commit e7fab92a6f
2 changed files with 7 additions and 6 deletions

View File

@@ -18,10 +18,12 @@ LICENSE="|| ( GPL-2 GPL-3 SIP )"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug doc"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
"
src_prepare() {
epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch

View File

@@ -18,9 +18,8 @@ LICENSE="|| ( GPL-2 GPL-3 SIP )"
KEYWORDS=""
IUSE="debug doc"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
[[ ${PV} == *9999* ]] && DEPEND+="
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )